websocketrpc¶
This is a small RPC (Remote Procedure Call) module, which uses WebSockets as transport layer.
It depends on two libraries:
It depends on:
Installation¶
pip install websocketrpc
Usage¶
Have a look at tests/server.py and tests/client.py to see how it works.
Running Tests¶
cd websocketrpc/tests; python -m unittest discover