September 2017
Intermediate to advanced
466 pages
9h 33m
English
In this section, you will learn how to develop a concurrent TCP server: each client connection will be assigned to a new goroutine that will serve the client request. Note that although TCP clients initially connect to the same port, they are served using a different port number than the main port number of the server: this is automatically handled by TCP and is the way TCP works.
The name of the program will be concTCP.go and will be presented in five parts. The good thing is that once ...
Read now
Unlock full access