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.
- Host: GitHub
- URL: https://github.com/lich0821/nanorpc
- Owner: lich0821
- Created: 2023-02-18T02:06:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T02:06:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T12:37:54.703Z (12 months ago)
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```