rpcexample icon indicating copy to clipboard operation
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:

Detailed explanation of each example is given at http://haisum.github.io/2015/10/13/rpc-jsonrpc-gorilla-example-in-golang/.