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 next A Language for the Next 10 Years