[pt-br] Elixir practice: encontrando todos os anos bissextos do século 20 Elixir “with” syntax and guard clauses

Implementing a peer-to-peer network in Elixir - Part 1: The Server

This is the first of three posts that will guide you through the implementation of a simple peer-to-peer network in Elixir.

On this post we’ll be creating the server and will learn how to use the Ranch library.

Implementing a peer-to-peer network in Elixir - Part 1: The Server