In the first two parts of this tutorial, we built the foundations to allow Riders to request a Ride, and Drivers to accept them. This was all done by leveraging features from Phoenix Channels. Building a Ride Sharing App with Elixir and Phoenix Channels — Part 1
Real-time is everywhere now. It doesn’t matter which kind of application you want to build — a chat, a shared documents…medium.com In this last part, we’re going to use another feature of Channels, called Presence, to display…