Grpc Demo Usage Clone the repo inside your $GOPATH. From the root of the project, install the required dependencies: go get Run the server: go run server/server.go Run the client: go run client/client.go