Ross ROSS = Recommend OSS · open-source software intelligence for agents

Connect

The Go implementation of Connect: Protobuf RPC that works. observed · 2026-08-28

github.com/connectrpc/connect-go · homepage · Go · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
connectrpc/connect-gomain90
connectrpc/connect-essdk91

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