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/.