grpc-keyvalue Running the server curl for gRPC brew install grpcurl list methods grpcurl --plaintext localhost:5005 list Call a method grpcurl --plaintext -d '{ "key":"kee" }' localhost:5005 keyvalue.KeyValueStore.Get Supported Methods GET SET DELETE See proto definition for more details