Recap: Working with TCP/IP and WebSocket
Explore key network programming concepts such as TCP IP, UDP, UNIX domain sockets, and WebSocket in Go. Understand how to create concurrent servers and clients for data exchange locally or over the internet. This lesson equips you to build foundational network services using Go's net package.
We'll cover the following...
We'll cover the following...
Summary
This chapter was all about the net package, TCP/IP, ...