March 2020
Intermediate to advanced
328 pages
7h 58m
English
In the last chapter, we built a shopping cart with real-time out-of-stock alerts. That feature completed the shopper-facing section of our Sneakers23 application. In this chapter, we’ll build an admin-facing dashboard that will show real-time information about all the current shoppers on the website. You’ll learn about and use Phoenix Tracker and Presence along the way.
Distributed state is a hard problem. Variations in time and network partitions are just some of the challenges you’ll face when writing a distributed system. Phoenix Tracker makes distributing a list of processes and metadata about each process an easy endeavor. Tracker uses an advanced data structure to distribute state across ...
Read now
Unlock full access