1 रिपॉजिटरी
Interfaces for executing remote methods and inspecting services using definition files or reflection.
Distinguishing note: Existing candidates focus on async logic or Java-specific execution, not an interactive API client interface.
Explore 1 awesome GitHub repository matching development tools & productivity · Interactive Remote Method Execution. Refine with filters or upvote what's useful.
Evans is a gRPC client and API explorer designed for testing, debugging, and automating remote procedure calls. It functions as an interactive client and a stateless command line utility for executing gRPC methods and inspecting remote server API surfaces. The tool provides specialized support for the gRPC-Web protocol to facilitate communication with web-based implementations. It enables the discovery of services and message structures through server reflection or definition files, and supports the management of unary, client-side, server-side, and bidirectional streaming communication. The
Provides an interactive interface for executing gRPC methods and inspecting services using definition files or reflection.