mirror https://github.com/ostinelli/syn

Roberto Ostinelli 4a47a22f78 Add scope registration, unregistration & monitoring. 3 years ago
src 4a47a22f78 Add scope registration, unregistration & monitoring. 3 years ago
test 4a47a22f78 Add scope registration, unregistration & monitoring. 3 years ago
.gitignore 26d9321ec1 Switch to rebar3. 9 years ago
.travis.yml bae548e654 Remove older versions from Travis, don't want to fix this. 4 years ago
LICENSE.md 06c019990c Reinit empty project. 3 years ago
Makefile b19fce7e54 Remove unnecessary benchmarks. 3 years ago
README.md 06c019990c Reinit empty project. 3 years ago
rebar.config 60d8425bff Start adding registry with no mnesia sync mechanisms. 5 years ago
rebar.lock 60d8425bff Start adding registry with no mnesia sync mechanisms. 5 years ago

README.md

Build Status Hex pm

Syn (v3)

Syn (short for synonym) is a global Process Registry and Process Group manager for Erlang and Elixir. Syn automatically manages addition / removal of nodes from the cluster, and is also able to recover from net splits.

V3 is a WIP.