Display the number of online users in real-time using Phoenix Presence
        
          18 February 2024
        
        
        
          8 min read
        
      
      
        ElixirLiveViewPhoenixPresence
      
      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 more