Skip to content

Distributed PubSub in Elixir (toy example - not for production use)

Notifications You must be signed in to change notification settings

vinceurag/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes

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.

Installation

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.

About

Distributed PubSub in Elixir (toy example - not for production use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages