Start two named nodes in two terminal windows:
>iex --name
[email protected]
iex(
[email protected])>
>iex --name
[email protected]
iex(
[email protected])>
Connect two nodes by instructing one node to connect:
iex(
[email protected])> Node.connect :"
[email protected]"
true
The two n...