An example using nessie_cluster on Fly.io to cluster nodes.
fly launch
fly secrets set ERLANG_COOKIE='supersecretvalue'
fly deploy # if setting the secret doesn't restart nodesFor production, considering using https://pwgen.io/ to generate the Erlang cookie.
Now you can add new nodes to the cluster with fly scale count:
fly scale count 6 # scale to 6 machinesgleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell