8 min read
Display the number of online users in real-time using Phoenix Presence
Elixir
LiveView
Phoenix
Presence
Adding real-time functionality is often a challenge, but in Phoenix we already have built-in functionality to make our application live. We dive into how LiveView and Phoenix Presence can be used to build a real-time user count.
Read article