A TCP/IP client-server app prototype.
A prototype in Python that contains a server and a client.
Communication takes place over given IP Address and Port number.
Server hosts data that is read by clients.
Client can accept input from user and send it to server. This input is validated at server and then saved, if appropriate.