# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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