Connect-RPC
Connect is a slim framework for building browser-friendly and gRPC-compatible HTTP APIs from Protocol Buffer schemas. Servers built with Connect speak the Connect protocol, gRPC, and gRPC-Web simultaneously, while clients can switch between protocols without changing code. Connect provides type-safe SDKs for Go, TypeScript/JavaScript, Swift, Kotlin, and Python, plus the Buf-generated `protoc-gen-connect-*` code generators. The project is open source under the Apache 2.0 license and is maintained by Buf.
APIs
connect-go
The Go implementation of Connect. Provides server handlers and clients that speak the Connect, gRPC, and gRPC-Web protocols simultaneously. Generated from .proto files via the p...
connect-es (Connect for ECMAScript)
Connect for ECMAScript provides type-safe browser and Node.js clients and Node.js servers from Protobuf schemas. Targets the Connect protocol and gRPC-Web with idiomatic TypeScr...
connect-swift
Connect for Swift provides type-safe Connect, gRPC, and gRPC-Web clients for iOS, macOS, watchOS, and tvOS apps, generated from Protobuf schemas via protoc-gen-connect-swift.
connect-kotlin
Connect for Kotlin provides type-safe clients for Android and JVM applications. Speaks the Connect protocol, gRPC, and gRPC-Web from a single SDK generated by protoc-gen-connect...
connect-python
Connect for Python (beta) provides Connect protocol and gRPC clients generated from Protobuf schemas. Targets ASGI servers and async Python with type-safe stubs.