nng-json-rpc RPC implemention base on pynng, json-rpc, and asyncio Example see in RPCServer.py and RPCClient.py how to run example install python3 install requirements: pip install -r requirements.txt start server: python3 RPCServer.py start client: python3 RPCClient.py