gRPC CLI
grpc_cli call localhost:50051 SayHello 'name: "john"'
# ServerReflection
grpc_cli ls localhost:50051 -l
grpc_cli ls localhost:50051 helloworld.Greeter.SayHello -l
grpc_cli type localhost:50051 helloworld.HelloRequest
- Server Reflection
- Command Line Tool
- grpc-node #79
- reflection.proto
- malijs/mali - A minimalistic gRPC microservice framework for Node.js
- fullstorydev/grpcurl