Network Programming in golang - Learn Networking
Create a TCP Server and Client for network communication in go language

Network Programming in golang - Learn Networking free download
Create a TCP Server and Client for network communication in go language
In this course you'll be able to create a small TCP server and Client and use this to communicate data over a network. This course uses golang as its primary language for development. You will start by creating a TCP based server and establishing connection with the client. Then you'll use this connection to transmit data over the network. Then, you'll be move to the more advanced stage, where you'll start transmitting huge files over the network.