Talkie
A project to experience with clustering locally and hosted on Fly.io
This is a companion project for this article.
Run cluster locally
PORT=5000 elixir --name a@127.0.0.1 -S mix phx.server
PORT=5001 elixir --name b@127.0.0.1 -S mix phx.server
An example Phoenix 1.7 project to learn how to cluster nodes and use PubSub
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
A project to experience with clustering locally and hosted on Fly.io
This is a companion project for this article.
PORT=5000 elixir --name a@127.0.0.1 -S mix phx.server
PORT=5001 elixir --name b@127.0.0.1 -S mix phx.server
An example Phoenix 1.7 project to learn how to cluster nodes and use PubSub