Implementing an NTP server in Elixir
In this post we go thru a simple Network Time Protocol server implementation in Elixir. While the end product is not production ready we learn a lot about UDP, sniffing traffic, GenServers, bitstrings, sigils, and other cool tricks.
Read next What's new in Livebook 0.10 - Introducing Multi-Session Livebook Apps