Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chris-piekarski/python-json-socket

JSON messaging based socket interface with multi-threaded server and client
https://github.com/chris-piekarski/python-json-socket

distributed-computing distributed-systems json networking python threading

Last synced: 3 months ago
JSON representation

JSON messaging based socket interface with multi-threaded server and client

Awesome Lists containing this project

README

        

The final Python 2 package version is 1.6.1
Python 2 PyPi: https://pypi.org/project/jsocket/1.6.1/
Python 3 PyPi: https://pypi.org/project/jsocket/1.7/

pip install jsocket

Example:

See the examples_servers.py file for an example of how to use the threaded server factory feature of this module.
Can also upload the python_json_socket_3.ipynb notebook to Google colab

Unit Test:
Lettuce unit test exists under features directory
See that directories README for instructions on installing python3 lettuce fork