https://github.com/deavid/bjsonrpc
JSON-RPC implementation over TCP/IP (asyncronous, bidirectional)
https://github.com/deavid/bjsonrpc
Last synced: 4 months ago
JSON representation
JSON-RPC implementation over TCP/IP (asyncronous, bidirectional)
- Host: GitHub
- URL: https://github.com/deavid/bjsonrpc
- Owner: deavid
- License: other
- Created: 2010-12-20T22:33:18.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T07:49:52.000Z (about 11 years ago)
- Last Synced: 2025-04-03T21:12:51.433Z (about 1 year ago)
- Language: Python
- Homepage: http://deavid.github.com/bjsonrpc
- Size: 1.14 MB
- Stars: 39
- Watchers: 6
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
bjsonrpc - asyncronous Bidirectional JSON-RPC implementation over TCP/IP.
Inspired by previous similar works like IRPC (deavid.github.com/irpc), and a
complete rewrite of jpc (http://code.google.com/p/python-jpc)
(jpc author is Nir Aides ).
Licensed over 3-clause BSD license.
Author: David Martinez Marti