# NanoRPC **Repository Path**: wx_10/NanoRPC ## Basic Information - **Project Name**: NanoRPC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-21 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```