Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 272 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 272 Bytes

go-rpc-example

A simple example using Go's RPC implementation

Building

To build the RPC server, run python build.py server. To build the RPC client, run python build.py client. To build both, run python build.py both.

To clean up, run python build.py clean