mwitkow/grpc-proxy
gRPC proxy is a Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 72
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3979
- days_rel: n/a
- days_push: 168
- n_releases_24m: 0
Adoption not part of the score
1048 stars · 226 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing a transparent gRPC reverse proxy handler that routes gRPC calls to backends without knowledge of their service semantics. It supports declarative backend mapping via a director function and simple round-robin load balancing.
Use cases
- expose gRPC services over the internet through a reverse proxy
- route gRPC calls to different backends based on hostname or metadata
- load balance gRPC requests across multiple backend services
- block internal gRPC methods from external clients at a proxy layer
- proxy gRPC traffic without regenerating service stubs
When to choose
- you need a transparent gRPC reverse proxy in Go with minimal overhead
- you want routing decisions based on :authority or metadata without knowing request payloads
- you need to mix locally-served handlers with proxied unknown services in one gRPC server
When to avoid
- you need an HTTP/2 or general-purpose reverse proxy rather than gRPC-specific routing
- you need advanced features like retries, circuit breaking, or observability out of the box
- you want a maintained, feature-rich solution - the project is described as a proof of concept
Facets
library · maturity maintenance
proxy rpc routing middleware backend microservices networking apis go windows cross-platform grpc reverse-proxy load-balancing transparent-proxy linux macos
1 source
- readme: https://github.com/mwitkow/grpc-proxy · fetched 2026-08-28 · aa3c965b071a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mwitkow/grpc-proxy | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="mwitkow/grpc-proxy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem