Connect
The Go implementation of Connect: Protobuf RPC that works. observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 72
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 69.5
- age_days: 1857
- days_rel: 105
- days_push: 8
- n_releases_24m: 7
Adoption not part of the score
4051 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Connect is a family of slim libraries (Go, TypeScript, Swift, Kotlin, Dart, Python) for building browser- and gRPC-compatible HTTP APIs from Protocol Buffer schemas, generating type-safe server and client code. It supports three protocols—gRPC, gRPC-Web, and Connect's own simple HTTP protocol—over HTTP/1.1, HTTP/2, and HTTP/3.
Use cases
- build a protobuf rpc api in go
- call grpc services from the browser
- replace hand-written rest endpoints with generated type-safe clients
- serve grpc-web without a translating proxy like envoy
- add streaming rpcs to a net/http server
- generate a typescript client from a proto schema
When to choose
- you want gRPC-compatible APIs callable with curl or any HTTP client
- you want generated type-safe clients without hand-written boilerplate
- you want to build on net/http or fetch primitives instead of a heavy framework
- you need gRPC, gRPC-Web, and a simple JSON-friendly protocol from one server
When to avoid
- you need a full gRPC implementation with custom name resolution and load balancing
- your stack has no Connect library and you rely on non-Protobuf serialization
- you need client-side bidirectional streaming from web browsers, which browsers don't support
Facets
library · maturity stable
rpc serialization http-server http-client middleware apis web-development backend developer-tools go browser cross-platform protobuf grpc grpc-web connect-protocol code-generation type-safe-client streaming nodejs
10 sources
- readme: https://github.com/connectrpc/connect-go · fetched 2026-08-28 · a5f734dbdff4
- homepage: https://connectrpc.com · fetched 2026-08-29 · 25216724a81f
- site_page: https://connectrpc.com/docs/introduction · fetched 2026-08-29 · fe9f09745ec4
- site_page: https://connectrpc.com/docs/go/getting-started · fetched 2026-08-29 · 6eb773cee170
- site_page: https://connectrpc.com/docs/node/getting-started · fetched 2026-08-29 · e62769463fee
- site_page: https://connectrpc.com/docs/web/getting-started · fetched 2026-08-29 · 32797db6165c
- site_page: https://connectrpc.com/docs/swift/getting-started · fetched 2026-08-29 · b2ac1b39ddd5
- site_page: https://connectrpc.com/docs/kotlin/getting-started · fetched 2026-08-29 · a2ebf3d795f0
- site_page: https://connectrpc.com/docs/dart/getting-started · fetched 2026-08-29 · 12dde934af25
- site_page: https://connectrpc.com/docs/python/getting-started · fetched 2026-08-29 · 5c779cd4bb02
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| connectrpc/connect-go | main | 90 |
| connectrpc/connect-es | sdk | 91 |
For agents
markdown · JSON · MCP: product_card(name="connectrpc/connect-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem