Introduction to Distributed Elixir
Get introduced to distributed Elixir in this lesson.
We'll cover the following...
Distributed systems and Elixir
Most programmers think of distributed systems as magic—mysterious, valuable, and extraordinarily sensitive. They’re not far from wrong, but nearly all systems have distributed elements—every mobile application that reaches a server to exchange information, a load-balanced web server, each new car navigation system that is part of a network, an application that communicates with a database, and even simple web servers that connect ...