# README
Network Programming with Go
Code from the book.
Author's Reference Code
https://github.com/awoodbeck/gnp
Chapters
- An overview of networked systems
- Resource location and traffic routing
- Reliable TCP data streams
- Sending TCP data
- Unreliable UDP communication
- Ensuring UDP reliability
- Unix domain sockets
- Writing HTTP clients
- Building HTTP services
- Caddy: A contemporary web server
- Securing communications with TLS
- Data serialization
- Logging and metrics
- Moving to the cloud
# Packages
Page 64 - 65 Listing 3-10: A function that pings a network connection at a regular interval.
Page 79 Listing 4-4: The message struct implements a simple protocol.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Pages 211 Listing 9-18: Command line arguments for the HTTP/2 server.
No description provided by the author