# facebook/wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.

Repository: https://github.com/facebook/wangle
Canonical: https://ross.abutalabs.com/products/wangle
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T16:36:02+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 4283, "days_push": 7, "days_rel": 9, "gap_med": 7.0, "n_releases_24m": 101}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3094, forks 548 (observed 2026-08-28T04:07:43.316314+00:00)

## What it is
Wangle is a C++ networking library providing composable client/server abstractions for building protocols, application clients, and servers, similar to Netty and Finagle combined. It is built on folly's async I/O and futures, offering bootstraps, pipelines, and service filters for things like timeouts, rate limiting, and load balancing.

## Use cases
- build a custom TCP protocol server in C++
- write an async echo server and client
- add request timeouts and rate limiting to a service
- implement client connection pooling and retry logic
- build a Thrift or HTTP-style request/response service
- manage threadpools and handler pipelines for socket data

## When to choose
- you are building C++ network services and want Netty/Finagle-style abstractions
- you already use folly and want a higher-level async networking layer
- you need composable service filters for stats, timeouts, and retries

## When to avoid
- you need a simple one-off HTTP client or server with minimal dependencies
- your project cannot take on folly and fizz build dependencies
- you are not working in C++

## Facets
- artifact type: library
- maturity: active
- function: http-server, http-client, rpc, middleware, concurrency, networking
- domain: backend, networking, developer-tools, microservices
- platform: cpp, cross-platform
- tags: netty-like, finagle-like, client-server-abstractions, pipelines, futures, service-filters, load-balancing, tls, linux, macos

## Member repositories
- facebook/wangle (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:43.316314+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-30T07:27:18.367269+00:00, confidence not recorded.
  - readme: https://github.com/facebook/wangle (fetched 2026-08-28T04:07:43.316314+00:00, sha ba8f446684d9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
