A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multi
A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.