Build a Reverse Proxy in Phoenix A Language for the Next 10 Years

Publish-Subscribe in Elixir

Publish-Subscribe is a messaging pattern that works as follows: a group of consumers subscribe to events of a given topic and are notified whenever an event of that topic arrives.

Can we implement Publish-Subscribe in Elixir?

Read Publish-Subscribe in Elixir