Summary of Distributed Elixir

Get a summary of what we learned about distributed Elixir in this lesson.

In this chapter, we looked at bringing distributed applications into the mix. While the Erlang patterns implemented in Elixir make solving such problems easier, the nuances can take years of experience to get right. The best way to learn is to try and fail (or follow the wisdom others have acquired during their own attempts). We’ve seen a broad collection of advice and experience based on years of experience with Plataformatec and the customers they’ve encountered.

Distributed message passing

We started the discussion with distributed message passing. We learned that Elixir uses the same abstractions to send local messages and messages across nodes. Along the way, we built a sample app using nothing but the console and saw how to monitor nodes just as we would process.

Get hands-on with 1200+ tech skills courses.