Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.