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

https://github.com/lich0821/nanorpc

A toy RPC Framework based on NanoMsg and NanoPB.
https://github.com/lich0821/nanorpc

Last synced: 10 months ago
JSON representation

A toy RPC Framework based on NanoMsg and NanoPB.

Awesome Lists containing this project

README

          

# A Toy RPC with NamoMSG and NanoPB
References:
* [NanoMsgDemo](https://github.com/lich0821/NanoMsgDemo)
* [NanopbDemo](https://github.com/lich0821/NanopbDemo)

## Python client
```sh
protoc.exe --python_out=. --proto_path=..\Common\proto\ wcferry.proto
```

```sh
python client.py
```