awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fullstorydev avatar

fullstorydev/grpcui

0
View on GitHub↗
5,907 estrellas·423 forks·JavaScript·MIT·10 vistas

Grpcui

grpcui es una interfaz web interactiva basada en navegador y cliente de API para ejecutar llamadas a procedimientos remotos (RPC) a servidores gRPC. Funciona como un gateway de HTTP a gRPC que traduce payloads JSON en mensajes binarios protobuf, permitiendo a los usuarios activar solicitudes de red e inspeccionar respuestas a través de una interfaz web visual.

La herramienta proporciona capacidades de exploración y descubrimiento de esquemas consultando la reflexión del servidor o cargando archivos descriptores protobuf locales para identificar servicios disponibles y firmas de métodos. Utiliza estas definiciones para generar automáticamente formularios de entrada dinámicos para construir datos de solicitud, incluyendo soporte para estructuras anidadas complejas.

El proyecto cubre pruebas de API y depuración de clientes, permitiendo la revisión de cuerpos de respuesta, códigos de estado y encabezados de metadatos. También gestiona la conectividad segura a través de una capa de transporte que admite texto plano, TLS y autenticación mutua con certificados de cliente configurables.

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.

Historial de estrellas

Gráfico del historial de estrellas de fullstorydev/grpcuiGráfico del historial de estrellas de fullstorydev/grpcui

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Grpcui

Proyectos open-source similares, clasificados según cuántas características comparten con Grpcui.
  • fullstorydev/grpcurlAvatar de fullstorydev

    fullstorydev/grpcurl

    12,691Ver en 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
    Ver en GitHub↗12,691
  • bloomrpc/bloomrpcAvatar de bloomrpc

    bloomrpc/bloomrpc

    8,998Ver en 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
    Ver en GitHub↗8,998
  • ktr0731/evansAvatar de ktr0731

    ktr0731/evans

    4,481Ver en 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
    Ver en GitHub↗4,481
  • connectrpc/connect-goAvatar de connectrpc

    connectrpc/connect-go

    3,963Ver en 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
    Ver en GitHub↗3,963
Ver las 30 alternativas a Grpcui→

Preguntas frecuentes

¿Qué hace fullstorydev/grpcui?

grpcui es una interfaz web interactiva basada en navegador y cliente de API para ejecutar llamadas a procedimientos remotos (RPC) a servidores gRPC. Funciona como un gateway de HTTP a gRPC que traduce payloads JSON en mensajes binarios protobuf, permitiendo a los usuarios activar solicitudes de red e inspeccionar respuestas a través de una interfaz web visual.

¿Cuáles son las características principales de fullstorydev/grpcui?

Las características principales de fullstorydev/grpcui son: HTTP-to-gRPC Transcoding, gRPC API Testing, JSON-Protobuf Mapping, Definition Loading, gRPC GUI Clients, gRPC Request Debugging, gRPC Schema Browsers, Interactive Execution Interfaces.

¿Qué alternativas de código abierto existen para fullstorydev/grpcui?

Las alternativas de código abierto para fullstorydev/grpcui incluyen: 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…