February 2018
Intermediate to advanced
340 pages
9h 43m
English
The TCP server implementation works the same as the previous recipe, Creating the TCP server, from this chapter. The implementation is enhanced, with the ability to handle multiple clients simultaneously. Note that we are now handling the accepted connection in the separate goroutine. This means the server can continue to accept the client connections with the Accept method.
Read now
Unlock full access