/worker_demo

Elixir distributed job queue and worker pool demo

Primary LanguageElixir

WorkerDemo

Local Clustering

PORT=4000 iex --sname a@localhost -S mix phx.server
PORT=4001 iex --sname b@localhost -S mix phx.server