Naming Nodes

Learn how to use and implement naming nodes in Elixir.

We'll cover the following...

There’s nothing mysterious about a node. It is simply a running Erlang VM. Throughout this course, we’ve been running our code on a node.

The Erlang VM, ...