grpcurl
Command-line tool for interacting with gRPC servers, allowing you to invoke RPC methods, inspect services, and test APIs without needing client code.
DevelopmentFree
About
gRPCurl is a command-line utility designed for interacting with gRPC servers. Acting as the gRPC equivalent of curl, it allows users to invoke RPC methods, inspect service definitions, and debug request/response data without needing a full client implementation. This makes it esp…