Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chris-piekarski/python-json-socket
- Owner: chris-piekarski
- License: other
- Created: 2011-05-03T03:20:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T18:36:28.000Z (12 months ago)
- Last Synced: 2024-08-01T22:54:08.560Z (6 months ago)
- Topics: distributed-computing, distributed-systems, json, networking, python, threading
- Language: Jupyter Notebook
- Homepage:
- Size: 79.1 KB
- Stars: 53
- Watchers: 5
- Forks: 21
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 colabUnit Test:
Lettuce unit test exists under features directory
See that directories README for instructions on installing python3 lettuce fork