# pythonTcp **Repository Path**: zhengliyuan/pythonTcp ## Basic Information - **Project Name**: pythonTcp - **Description**: pythonTcp - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #pythonTcp pythonTcp总结 ==================== first running sevrver.py,second running client.py. The server is running,will creat a socket and bind this address.And listening client connection under five. The client try to connect the server through the address. When client connect the server,will to sent hihi to server. The server will get the string and putout.While sent a string to client.The client will to putout the string.