Skip to content

yongkangchen/nng-json-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RPC implemention base on NNG and JSON-RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages