Distributed Phoenix Chat using Redis PubSub
Distributed Phoenix Chat using Redis PubSub
In this article we see how to solve an issue we faced in the previous article, scaling horizontally the Phoenix Chat app. We’ll see how to integrate the PubSub Redis adapter to our chat app, and make it distributed.
Read next Decoding JSON into Elixir Structs