awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fullstorydev avatar

fullstorydev/grpcui

0
View on GitHub↗
5,907 نجوم·423 تفرعات·JavaScript·MIT·6 مشاهدات

Grpcui

grpcui هي واجهة ويب تفاعلية تعتمد على المتصفح وعميل API لتنفيذ استدعاءات الإجراءات البعيدة (RPC) لخوادم gRPC. تعمل كبوابة من HTTP إلى gRPC تقوم بترجمة حمولات JSON إلى رسائل protobuf ثنائية، مما يسمح للمستخدمين بتشغيل طلبات الشبكة وفحص الاستجابات من خلال واجهة ويب مرئية.

توفر الأداة قدرات تصفح واكتشاف المخططات عن طريق الاستعلام عن انعكاس الخادم أو تحميل ملفات واصف protobuf المحلية لتحديد الخدمات المتاحة وتوقيعات الطرق. تستخدم هذه التعريفات لإنشاء نماذج إدخال ديناميكية تلقائياً لبناء بيانات الطلب، بما في ذلك دعم الهياكل المتداخلة المعقدة.

يغطي المشروع اختبار API وتصحيح أخطاء العميل، مما يتيح مراجعة أجسام الاستجابة، ورموز الحالة، ورؤوس البيانات الوصفية. كما يدير الاتصال الآمن من خلال طبقة نقل تدعم النص العادي، و TLS، والمصادقة المتبادلة مع شهادات عميل قابلة للتكوين.

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.

سجل النجوم

مخطط تاريخ النجوم لـ fullstorydev/grpcuiمخطط تاريخ النجوم لـ fullstorydev/grpcui

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Grpcui

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Grpcui.
  • fullstorydev/grpcurlالصورة الرمزية لـ fullstorydev

    fullstorydev/grpcurl

    12,691عرض على 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
    عرض على GitHub↗12,691
  • bloomrpc/bloomrpcالصورة الرمزية لـ bloomrpc

    bloomrpc/bloomrpc

    8,998عرض على 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
    عرض على GitHub↗8,998
  • ktr0731/evansالصورة الرمزية لـ ktr0731

    ktr0731/evans

    4,481عرض على 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
    عرض على GitHub↗4,481
  • connectrpc/connect-goالصورة الرمزية لـ connectrpc

    connectrpc/connect-go

    3,963عرض على 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
    عرض على GitHub↗3,963
عرض جميع البدائل الـ 30 لـ Grpcui→

الأسئلة الشائعة

ما هي وظيفة fullstorydev/grpcui؟

grpcui هي واجهة ويب تفاعلية تعتمد على المتصفح وعميل API لتنفيذ استدعاءات الإجراءات البعيدة (RPC) لخوادم gRPC. تعمل كبوابة من HTTP إلى gRPC تقوم بترجمة حمولات JSON إلى رسائل protobuf ثنائية، مما يسمح للمستخدمين بتشغيل طلبات الشبكة وفحص الاستجابات من خلال واجهة ويب مرئية.

ما هي الميزات الرئيسية لـ fullstorydev/grpcui؟

الميزات الرئيسية لـ fullstorydev/grpcui هي: HTTP-to-gRPC Transcoding, gRPC API Testing, JSON-Protobuf Mapping, Definition Loading, gRPC GUI Clients, gRPC Request Debugging, gRPC Schema Browsers, Interactive Execution Interfaces.

ما هي البدائل مفتوحة المصدر لـ fullstorydev/grpcui؟

تشمل البدائل مفتوحة المصدر لـ fullstorydev/grpcui: 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…