Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacklam718/tcpsocket
a simple tcp socket server and client implementation with python
https://github.com/jacklam718/tcpsocket
Last synced: 3 days ago
JSON representation
a simple tcp socket server and client implementation with python
- Host: GitHub
- URL: https://github.com/jacklam718/tcpsocket
- Owner: jacklam718
- Created: 2014-03-18T16:56:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T12:05:05.000Z (about 10 years ago)
- Last Synced: 2024-12-28T13:16:55.212Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tcpSocket
=========python basic tcp socket server and client implementation
Why I would write this program? Because although python socket is very
easy to use, but I hope there have an easier way, just call the
method then to use, for example does not need too much exception
handling.