awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
fullstorydev avatar

fullstorydev/grpcui

0
View on GitHub↗
5,907 stars·423 forks·JavaScript·MIT·19 views

Grpcui

grpcui is a browser-based interactive web interface and API client for executing remote procedure calls to gRPC servers. It functions as an HTTP to gRPC gateway that translates JSON payloads into binary protobuf messages, allowing users to trigger network requests and inspect responses through a visual web interface.

The tool provides schema browsing and discovery capabilities by querying server reflection or loading local protobuf descriptor files to identify available services and method signatures. It uses these definitions to automatically generate dynamic input forms for constructing request data, including support for complex nested structures.

The project covers API testing and client debugging, enabling the review of response bodies, status codes, and metadata headers. It also manages secure connectivity through a transport layer that supports plain text, TLS, and mutual authentication with configurable client certificates.

Features

  • HTTP-to-gRPC Transcoding - Acts as a gateway that translates standard HTTP web requests into gRPC service calls.
  • gRPC API Testing - Provides a visual web interface for verifying gRPC server functionality by sending requests and inspecting responses.
  • JSON-Protobuf Mapping - Converts structured JSON request bodies into the binary wire format required for remote procedure calls.
  • Definition Loading - Resolves communication endpoints by loading service definitions from server reflection, source files, or binary descriptors.
  • gRPC GUI Clients - Acts as a graphical user interface for interacting with and testing gRPC service endpoints.
  • gRPC Request Debugging - Facilitates troubleshooting of gRPC communication by allowing manual editing of requests and review of metadata.
  • gRPC Schema Browsers - Offers a visual tool for exploring available gRPC services and method signatures using server reflection or proto files.
  • Interactive Execution Interfaces - Provides an interactive interface for selecting services and defining messages to trigger network calls.
  • Descriptor-Based Resolution - Resolves available network endpoints by parsing compiled binary descriptors or local proto files.
  • Interactive Web Interfaces - Provides a browser-based interface for interacting with gRPC services using dynamic forms and JSON editing.
  • Method Invocation - Provides the ability to trigger gRPC methods by translating JSON payloads into remote procedure calls.
  • gRPC Service Discovery - Discovers available gRPC services and methods using server reflection or local descriptors.
  • Remote Procedure Calls - Executes remote procedure calls against a running server via a web-based interface.
  • Remote Procedure Invocation Systems - Implements a system for executing remote procedures by converting browser-based JSON payloads into gRPC requests.
  • Schema Descriptor Retrieval - Fetches binary file descriptors from remote servers to define service signatures and method structures.
  • Dynamic Form Mapping - Automatically generates dynamic web input forms by parsing protobuf descriptors to match message structures.
  • Server Reflection - Queries a remote server's reflection service to retrieve method signatures and message definitions dynamically.
  • Dynamic Form Generation - Creates interactive input fields by mapping protobuf message definitions to a web-based user interface.
  • gRPC - Enables discovery of available gRPC network endpoints using server reflection or local protobuf source files.
  • RPC Request Forms - Provides web-based forms for constructing structured request messages including complex types and maps.
  • Request Data Handling - Allows the definition of request messages, including nested structures, through a dynamic interface.
  • Browser gRPC Clients - Provides a browser-based client that enables web browsers to call gRPC services via an HTTP proxy.
  • UI Schema Mapping - Links protobuf type definitions to a browser UI to allow editing of complex nested data structures.
  • Request Execution - Transmits requests to servers using standard, streaming, or bidirectional communication methods.
  • Response Formatting - Translates binary gRPC responses into human-readable formats for inspection and debugging.
  • gRPC and HTTP TLS Securings - Secures client-to-server communication using TLS with configurable certificates and mutual authentication.
  • Mutual TLS Configurations - Supports mutual TLS configurations for client-side certificate authentication and secure handshakes.
  • Mutual TLS Transports - Manages secure communication channels using mutual TLS authentication and custom certificates.
  • Secure Connection Handlers - Manages secure connectivity using TLS encryption, certificate validation, and credential handling.
  • Request Body Editors - Includes a text editor to manually modify JSON request bodies before transmission.
  • Response Inspection Tools - Provides utilities for inspecting gRPC response bodies, status codes, and metadata headers.
  • API Clients - Web-based interface for testing gRPC services.
  • Graphical Interfaces - Interactive web UI for gRPC services.
  • RPC Frameworks - Browser-based UI for interacting with gRPC services.

Star history

Star history chart for fullstorydev/grpcuiStar history chart for fullstorydev/grpcui

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does fullstorydev/grpcui do?

grpcui is a browser-based interactive web interface and API client for executing remote procedure calls to gRPC servers. It functions as an HTTP to gRPC gateway that translates JSON payloads into binary protobuf messages, allowing users to trigger network requests and inspect responses through a visual web interface.

What are the main features of fullstorydev/grpcui?

The main features of fullstorydev/grpcui are: HTTP-to-gRPC Transcoding, gRPC API Testing, JSON-Protobuf Mapping, Definition Loading, gRPC GUI Clients, gRPC Request Debugging, gRPC Schema Browsers, Interactive Execution Interfaces.

What are some open-source alternatives to fullstorydev/grpcui?

Open-source alternatives to fullstorydev/grpcui include: fullstorydev/grpcurl — grpcurl is a command-line interface and client tool for invoking gRPC methods and inspecting service definitions. It… bloomrpc/bloomrpc — BloomRPC is a graphical user interface client for discovering, testing, and querying gRPC service endpoints. It… ktr0731/evans — Evans is a gRPC client and API explorer designed for testing, debugging, and automating remote procedure calls. It… connectrpc/connect-go — Connect-go is a library for building type-safe remote procedure call services that are wire-compatible with gRPC and… grpc/grpc-node — This project is a gRPC framework for Node.js used to implement high-performance remote procedure calls. It provides a… grpc/grpc-dotnet — This project is a .NET implementation of the gRPC framework, providing a system for executing functions on remote…

Open-source alternatives to Grpcui

Similar open-source projects, ranked by how many features they share with Grpcui.
  • fullstorydev/grpcurlfullstorydev avatar

    fullstorydev/grpcurl

    12,691View on GitHub↗

    grpcurl is a command-line interface and client tool for invoking gRPC methods and inspecting service definitions. It serves as a server debugger and reflection client, allowing users to call remote procedures and verify server responses from the terminal using JSON or protobuf formats. The tool distinguishes itself through the ability to discover available services and methods dynamically via a server reflection service or by loading local protobuf schema files. It can extract service descriptions from a server for local use and print specific schema symbol definitions. It covers a broad ran

    Gogolanggrpcprotobuf
    View on GitHub↗12,691
  • bloomrpc/bloomrpcbloomrpc avatar

    bloomrpc/bloomrpc

    8,998View on GitHub↗

    BloomRPC is a graphical user interface client for discovering, testing, and querying gRPC service endpoints. It functions as an API tester that allows for sending requests and validating responses through a visual interface without the need to write manual client code. The tool supports service discovery via the gRPC reflection API or by parsing protobuf definition files to generate request and response structures. It translates human-readable JSON input into binary protobuf format and utilizes an HTTP/2 transport layer to communicate with backend services. The application provides capabilit

    TypeScriptgrpc
    View on GitHub↗8,998
  • ktr0731/evansktr0731 avatar

    ktr0731/evans

    4,481View on GitHub↗

    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

    Goclicompletiongolang
    View on GitHub↗4,481
  • connectrpc/connect-goconnectrpc avatar

    connectrpc/connect-go

    3,963View on GitHub↗

    Connect-go is a library for building type-safe remote procedure call services that are wire-compatible with gRPC and HTTP. It provides a Go implementation of Protocol Buffers for structured data exchange, enabling the creation of multi-protocol RPC servers and generated type-safe clients. The framework is distinguished by its polyglot protocol support, allowing a single server handler to serve requests using several different protocols simultaneously over HTTP. This includes the ability to toggle between different transport protocols for the same service and the use of pluggable content negot

    Go
    View on GitHub↗3,963
  • See all 30 alternatives to Grpcui→