1 مستودع
Generating reverse-proxy server implementations based on protocol buffer definitions.
Distinct from Interface-Based Proxy Generators: Distinct from Interface-Based Proxy Generators: specifically targets Protobuf definitions for server-side REST-to-gRPC proxying.
Explore 1 awesome GitHub repository matching data & databases · Protobuf-Based Proxy Generation. Refine with filters or upvote what's useful.
This project is a REST-to-gRPC API gateway and JSON reverse proxy that translates RESTful HTTP requests into gRPC service calls. It functions as a protocol buffer proxy generator, providing the tools necessary to bridge JSON-based HTTP traffic with backend gRPC servers. The system distinguishes itself by automating the creation of reverse-proxy servers and stubs through protobuf-driven code generation. It also includes a dedicated OpenAPI specification generator that produces OpenAPI v2 and v3 documents from gRPC service definitions and annotations. The project covers a broad range of integr
Translates RESTful HTTP requests into gRPC calls by generating a proxy server from protocol buffer definitions.