1 repository
Implementations of the Connect protocol for building type-safe RPC services.
Distinct from gRPC Service Implementations: Distinct from gRPC Service Implementations: covers the specific Connect protocol and its multi-protocol capabilities.
Explore 1 awesome GitHub repository matching web development · Connect RPC Implementations. Refine with filters or upvote what's useful.
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
Defines and serves API endpoints that communicate using the Connect protocol to handle requests.