bjsonrpc
bjsonrpc copied to clipboard
JSON-RPC implementation over TCP/IP (asyncronous, bidirectional)
For example, jsonrpc4j will not output newlines for each JSON structure it sends.
``` (bjsonrpc)]0;umeboshi@bard: ~/workspace/others/bjsonrpcumeboshi@bard:~/workspace/others/bjsonrpc$ python setup.py install running install running build running build_py running install_lib running install_egg_info Removing /freespace/home/umeboshi/.virtualenvs/bjsonrpc/lib/python2.7/site-packages/bjsonrpc-0.2.1-py2.7.egg-info Writing /freespace/home/umeboshi/.virtualenvs/bjsonrpc/lib/python2.7/site-packages/bjsonrpc-0.2.1-py2.7.egg-info (bjsonrpc)]0;umeboshi@bard: ~/workspace/others/bjsonrpcumeboshi@bard:~/workspace/others/bjsonrpc$ python examples/example1-server.py & [1] 18881 (bjsonrpc)]0;umeboshi@bard: ~/workspace/others/bjsonrpcumeboshi@bard:~/workspace/others/bjsonrpc$ ()...