# devsisters/libquic

QUIC, a multiplexed stream transport over UDP

Repository: https://github.com/devsisters/libquic
Canonical: https://ross.abutalabs.com/products/libquic
Homepage: http://devsisters.github.io/goquic/
Language: C++
License: BSD-3-Clause
License Family: permissive
Last push: 2022-10-10T14:45:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4249, "days_push": 1423, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1833, forks 287 (observed 2026-08-28T04:05:42.436714+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: networking, http-server, http-client, security
- domain: networking, web-development, performance, developer-tools
- platform: cpp, cross-platform
- tags: quic, udp-transport, boringssl, chromium, cmake, low-latency, language-bindings, linux, macos

## Member repositories
- devsisters/libquic (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:42.436714+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-30T03:18:37.813085+00:00, confidence not recorded.
  - readme: https://github.com/devsisters/libquic (fetched 2026-08-28T04:05:42.436714+00:00, sha 54029873ad91)
  - homepage: http://devsisters.github.io/goquic/ (fetched 2026-08-29T10:57:47.348893+00:00, sha 9060a1eec787)
- Data as of 2026-08-30T08:39:29.467469+00:00.
