Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

phoenixframework/firenest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firenest

Firenest is a framework for building distributed systems.

It provides a swappable topology as well as a set of components:

  • Firenest.Topology - the core of Firenest which provides node discovery, failure handling, broadcast and message passing between nodes
  • Firenest.PubSub - a distributed and scalable PubSub implementation

Installation

If available in Hex, the package can be installed as:

  1. Add firenest to your list of dependencies in mix.exs:
def deps do
  [{:firenest, "~> 0.1.0"}]
end
  1. Ensure firenest is started before your application:
def application do
  [applications: [:firenest]]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/firenest.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages