June 2015
Intermediate to advanced
320 pages
7h 18m
English
Before we write our first client and server programs, we need to decide how they are going to interact with each other, that is we need to design a protocol for their communication.
Our echo server should listen until a client connects and sends a bytes string, then we want it to echo that string back to the client. We only need a few basic rules for doing this. These rules are as follows:
Read now
Unlock full access