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

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)

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