项目作者: chinmayhad

项目描述 :
A TCP/IP client-server app prototype.
高级语言: Python
项目地址: git://github.com/chinmayhad/Python_Client_Data-Server_App_Prototype.git


Python_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.