Like cURL, but for gRPC: command-line tool for interacting with gRPC services
Like cURL, but for gRPC
grpcurl$ grpcurl localhost:50051 list$ grpcurl localhost:50051 describe helloworld.Greeter$ grpcurl -d '{"name":"World"}' localhost:50051 helloworld.Greeter/SayHello