Distributed PubSub for Elixir using pg
.
Blog post: Distributed PubSub in Elixir
Note: This is a toy example for learning purposes and not intended for production use.
If available in Hex, the package can be installed
by adding hermes
to your list of dependencies in mix.exs
:
def deps do
[
{:hermes, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hermes.