rpcexample
rpcexample copied to clipboard
Examples of RPC and JSON RPC server and client in golang and python
RPC and JSON RPC examples with Golang net/rpc and gorilla/rpc/json
Repo contains examples of:
- Golang
net/rpcserver - Golang
net/rpcclient - Golang gorilla json rpc
github.com/gorilla/rpc/jsonserver - Golang gorilla json rpc
github.com/gorilla/rpc/jsonclient - Python client to interact with Golang JSON-RPC server
Detailed explanation of each example is given at http://haisum.github.io/2015/10/13/rpc-jsonrpc-gorilla-example-in-golang/.