Packages
easy_cluster
0.1.1
The scaffold for the process keeping track of the cluster changes and calling callbacks
Current section
Files
Jump to
Current section
Files
easy_cluster
README.md
README.md
# EasyCluster
**Semi-automatic node discovery based on configuration**
## Installation
Add `easy_cluster` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:easy_cluster, "~> 0.1"}
]
end
```
## Usage
Try
```elixir
$ iex -S mix run.cluster
```
## [Documentation](https://hexdocs.pm/easy_cluster).