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

facebook/wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way. observed · 2026-08-28

github.com/facebook/wangle · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • 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: 7.0
  • age_days: 4283
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 101

Full methodology

Adoption not part of the score

3094 stars · 548 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

http-server http-client rpc middleware concurrency networking backend networking developer-tools microservices cpp cross-platform netty-like finagle-like client-server-abstractions pipelines futures service-filters load-balancing tls linux macos

1 source

Member repositories

RepositoryRoleHealth v2
facebook/wanglemain95

For agents

markdown · JSON · MCP: product_card(name="facebook/wangle")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem