API Reference node_registry v0.1.0

modules

Modules

A simple registry for nodes. It uses the Erlang :global module. https://www.erlang.org/doc/man/global.html One must start the registry on each node: Add {NodeRegistry, :my_service} to the supervisor's children list.