Simple tcp client server: the echo client
September 29th, 2010
No comments
In this article I will show you how to write a simple TCP echo server.
The echo server is the simpliest server you can develop, it waits for data from a client and then sends the same data to the client.
Latest Comments