# Tencent/tquic

A high-performance, lightweight, and cross-platform QUIC library

Repository: https://github.com/Tencent/tquic
Canonical: https://ross.abutalabs.com/products/tquic
Homepage: https://tquic.net/
Language: Rust
License: NOASSERTION
License Family: other
Topics: quic, rust, protocol, http3, cross-platform, network-programming, networking, udp
Last push: 2025-12-23T08:42:16+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 58, release rhythm 40, longevity 74
- inputs: {"age_days": 1042, "days_push": 253, "days_rel": 554, "gap_med": 13, "n_releases_24m": 6}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1428, forks 147 (observed 2026-08-28T04:04:42.087253+00:00)

## What it is
TQUIC is a high-performance, lightweight, cross-platform library implementing the IETF QUIC and HTTP/3 protocols, written in Rust with APIs for Rust, C, and C++. It supports pluggable congestion control (CUBIC, BBR, BBRv3, COPA), Multipath QUIC, and includes example CLI tools.

## Use cases
- add QUIC/HTTP3 transport to a server or client application
- build a low-latency transport layer with multipath support
- experiment with congestion control algorithms like BBRv3 and COPA
- implement connection migration across changing networks
- embed a memory-safe QUIC stack in C/C++ projects
- benchmark QUIC throughput and latency

## When to choose
- you need a high-performance QUIC/HTTP3 implementation with Rust/C/C++ APIs
- you want Multipath QUIC or pluggable congestion control
- memory safety and extensive fuzz/interop testing are priorities
- you need cross-platform support including mobile platforms

## When to avoid
- you only need a full HTTP server rather than a transport library
- your stack is TCP-based and QUIC adoption is not required
- you need a QUIC implementation in a language other than Rust/C/C++

## Facets
- artifact type: library
- maturity: active
- function: http-client, http-server, networking, concurrency
- domain: networking, web-development, performance, developer-tools
- platform: cross-platform, rust, windows, cli
- tags: quic, http3, multipath-quic, congestion-control, udp, transport-protocol, rust-library, c-cpp-bindings, linux, macos, mobile

## Member repositories
- Tencent/tquic (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:42.087253+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-30T04:37:18.091388+00:00, confidence not recorded.
  - readme: https://github.com/Tencent/tquic (fetched 2026-08-28T04:04:42.087253+00:00, sha b1af7c8ec862)
  - homepage: https://tquic.net/ (fetched 2026-08-29T11:48:55.417923+00:00, sha 80aa516df9a6)
  - site_page: https://tquic.net/docs/intro (fetched 2026-08-29T11:48:55.423639+00:00, sha 5fa0fdb9484b)
  - site_page: https://tquic.net/docs/category/getting-started (fetched 2026-08-29T11:48:55.426464+00:00, sha b2897c5def0f)
  - site_page: https://tquic.net/docs/category/frequently-asked-questions (fetched 2026-08-29T11:48:55.428952+00:00, sha c28fe54af006)
  - site_page: https://tquic.net/docs/category/contributing (fetched 2026-08-29T11:48:55.431749+00:00, sha f171aade7deb)
  - registry_crates: https://crates.io/api/v1/crates/tquic (fetched 2026-08-29T11:48:55.434105+00:00, sha fa704ba818b8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
