high performance, open source universal RPC framework
GRPC Client CLI
Download the CLI via https://github.com/vadimi/grpc-client-cli. Then:
./grpc-client-cli $target:50051
GRPC Curl
Download via https://github.com/fullstorydev/grpcurl.
- List available endpoints:
./grpcurl -plaintext $target:50051 list - List methods from an endpoint/application:
./grpcurl -plaintext $target:50051 list SimpleApp
gRPC UI
Download via https://github.com/fullstorydev/grpcui. Graphical command line interface.
Leave a Reply
You must be logged in to post a comment.