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

devsisters/libquic

QUIC, a multiplexed stream transport over UDP observed · 2026-08-28

github.com/devsisters/libquic · homepage · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4249
  • days_rel: n/a
  • days_push: 1423
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1833 stars · 287 forks observed · 2026-08-28

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

libquic is a standalone C++ library packaging Chromium's QUIC implementation with minimal dependencies (only embedded BoringSSL), built via CMake. It serves as a reference for implementing the QUIC multiplexed UDP transport protocol and for building language bindings like goquic.

Use cases

  • add QUIC protocol support to a C++ application
  • build a low-latency UDP-based transport instead of TCP+TLS
  • create language bindings for QUIC (e.g., Go, Python)
  • integrate QUIC into an HTTP server like nginx or Apache
  • experiment with QUIC connection migration and multiplexing
  • reduce connection establishment latency for mobile clients

When to choose

  • you need a self-contained QUIC library with no external dependency installs
  • you want to build language bindings from a minimal C++ QUIC codebase
  • you need Chromium's QUIC implementation extracted for integration into C/C++ code

When to avoid

  • you need modern QUIC / HTTP/3 support - this tracks the older Google QUIC era of Chromium
  • you want an actively maintained library with recent upstream syncs
  • you prefer a higher-level QUIC implementation like ngtcp2, quiche, or msquic
  • you need production support and documentation beyond Chromium's toy client/server examples

Facets

library · maturity maintenance

networking http-server http-client security networking web-development performance developer-tools cpp cross-platform quic udp-transport boringssl chromium cmake low-latency language-bindings linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
devsisters/libquicmain23

For agents

markdown · JSON · MCP: product_card(name="devsisters/libquic")

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