aiortc/aioquic
QUIC and HTTP/3 implementation in Python observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 46
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 2767
- days_rel: n/a
- days_push: 326
- n_releases_24m: 0
Adoption not part of the score
2001 stars · 297 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
aioquic is a Python library implementing the QUIC network protocol (RFC 9000/9369) with a minimal TLS 1.3 implementation and an HTTP/3 stack (RFC 9114). It is designed to be embedded into Python client and server libraries, using a 'bring your own I/O' pattern compatible with asyncio and other concurrency models.
Use cases
- implement a QUIC client or server in Python
- add HTTP/3 support to a Python web framework
- build a proxy or tool that speaks QUIC like mitmproxy
- test QUIC interoperability in research
- bootstrap WebSockets over HTTP/3 (RFC 9220)
- log QUIC events in QLOG format for analysis
When to choose
- you need QUIC or HTTP/3 protocol support in a Python project
- you want a reusable QUIC codebase to embed in client/server libraries
- you need fine control over I/O and concurrency models
- you need TLS 1.3, connection migration, datagrams, or version negotiation
When to avoid
- you just need a high-level HTTP client without QUIC
- you need a full-featured TLS implementation beyond the minimal TLS 1.3 subset
- your project is not in Python
Facets
library · maturity active
http-client http-server networking cryptography websocket networking web-development developer-tools security python cross-platform windows quic http3 tls1.3 asyncio rfc9000 rfc9114 linux macos
1 source
- readme: https://github.com/aiortc/aioquic · fetched 2026-08-28 · b940092e2a8a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aiortc/aioquic | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem