NOW IN BETA

Network Programming in Elixir and Erlang

by Andrea Leopardi

Margaret Eldridge
The Pragmatic Programmers

--

Now in beta from The Pragmatic Programmers, Network Programming in Elixir and Erlang: Write High-Performance, Scalable, and Reliable Apps with TCP and UDP by Andrea Leopardi.

While the book is in beta, please share your thoughts and suggestions on the book’s page on DevTalk. DevTalk community members can save 35 percent on the ebook with an exclusive DevTalk promo code.

About Network Programming in Elixir and Erlang

From smart appliances to gigantic data centers, from phones to satellites, networks are the way computers talk to each other. Learn how to use network protocols, choose or design serialization protocols, and architect systems with servers and clients.

Start with the most widely-used protocol on the Internet: TCP. Build a chat server where multiple clients can chat in real time. Explore client-side TCP by building a client for Redis. Scale and harden server and client, thanks to features of the BEAM. Then dig into UDP, TCP’s “looser” sibling. Code a system for reporting metrics capable of rivaling hardened software like StatsD. Learn about DNS, which powers domain resolution for the Internet. Next, secure your TCP traffic with TLS. Lastly, explore HTTP, the protocol that even your microwave could be using. Build a JSON API, client, and server. Learn the differences between HTTP/1.1 and HTTP/2, and add real-time features via WebSockets.

The BEAM was built for networks and has been honed for more than three decades. It’s the perfect fit. Leverage years of real-world experience building network-intensive applications from a member of the Elixir core team, and become an expert at network programming in Elixir and Erlang.

Now available in beta from pragprog.com/titles/alnpee.

--

--