Building Real-Time Features with Phoenix Live View and PubSub
Integrate Phoenix PubSub with LiveView to build real-time features capable of broadcasting updates across a set of clients.
Articles about the Phoenix framework
Integrate Phoenix PubSub with LiveView to build real-time features capable of broadcasting updates across a set of clients.
19 Mar 2019 in Today I Learned
Learn how to use Phoenix LiveView for real-time features without complicated JS frameworks.
Lance Halvorsen shows us how to build our a guessing video game from the ground up using Elixir and OTP. In the end, he shows us how to build a fully working UI experience with Phoenix, Presence and Channels.