facebook/proxygen
A collection of C++ HTTP libraries including an easy to use HTTP server. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
Flags: no_license
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: 7.0
- age_days: 4352
- days_rel: 9
- days_push: 7
- n_releases_24m: 101
Adoption not part of the score
8375 stars · 1530 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Proxygen is Facebook's collection of C++ HTTP libraries, providing core HTTP abstractions and an easy-to-use HTTPServer framework. It supports HTTP/1.1, HTTP/2, and HTTP/3 and is used as the basis for building HTTP servers, proxies, and clients.
Use cases
- build a high-performance HTTP server in C++
- implement an HTTP proxy in C++
- serve HTTP/2 or HTTP/3 traffic
- embed an HTTP server in a C++ application
- build custom HTTP clients and servers on common abstractions
When to choose
- you need a performant, modern C++ HTTP library with HTTP/2 and HTTP/3 support
- you are building servers, proxies, or clients at scale and want battle-tested Facebook infrastructure
- you want a simple HTTPServer framework on top of flexible low-level abstractions
When to avoid
- you want a quick high-level web framework with routing, templating, and batteries included
- your project is not C++ or you need minimal build complexity
- you need broad platform support beyond Linux and macOS without extra effort
Facets
library · maturity active
http-server http-client web-framework middleware web-development backend networking developer-tools cpp windows http2 http3 spdy facebook folly high-performance linux macos
1 source
- readme: https://github.com/facebook/proxygen · fetched 2026-08-28 · 2a20172a9578
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| facebook/proxygen | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="facebook/proxygen")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem