# cloudflare/pingora

A library for building fast, reliable and evolvable network services.

Repository: https://github.com/cloudflare/pingora
Canonical: https://ross.abutalabs.com/products/pingora
Language: Rust
License: Apache-2.0
License Family: permissive
Last push: 2026-08-25T17:30:22+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 63, longevity 86
- inputs: {"age_days": 1216, "days_push": 8, "days_rel": 90, "gap_med": 97, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 27278, forks 1723 (observed 2026-08-28T04:11:47.637587+00:00)

## What it is
Pingora is a Rust framework from Cloudflare for building fast, reliable, and programmable network services such as HTTP proxies and load balancers. It is battle-tested at Cloudflare, serving tens of millions of requests per second, with support for HTTP 1/2, gRPC, WebSocket proxying, TLS, and graceful reloads.

## Use cases
- build a custom reverse proxy in Rust
- build a programmable load balancer with failover
- replace nginx with a memory-safe proxy
- proxy gRPC and websocket traffic
- build a high-performance HTTP server at internet scale
- implement custom load balancing strategies

## When to choose
- you need a highly customizable, memory-safe alternative to C/C++ proxies like nginx
- performance and security are top priorities for your network service
- you need HTTP/1, HTTP/2, gRPC, or websocket proxying with graceful reloads

## When to avoid
- you need a turnkey proxy with config-file setup rather than writing Rust code
- your primary platform is Windows, which only has preliminary support
- you need stable caching APIs, which are still experimental and volatile

## Facets
- artifact type: framework
- maturity: stable
- function: http-server, proxy, load-testing, caching, websocket, middleware, routing
- domain: networking, backend, web-development, performance, developer-tools
- platform: rust, cross-platform
- tags: async-rust, reverse-proxy, load-balancer, tls, grpc-proxy, graceful-reload, cloudflare, linux, macos

## Member repositories
- cloudflare/pingora (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:47.637587+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:54:33.524753+00:00, confidence not recorded.
  - readme: https://github.com/cloudflare/pingora (fetched 2026-08-28T04:11:47.637587+00:00, sha 3073e4cbd9f4)
  - registry_crates: https://crates.io/api/v1/crates/pingora (fetched 2026-08-29T07:51:38.697969+00:00, sha c0f9d6017f15)
- Data as of 2026-08-30T08:39:29.467469+00:00.
