quic-go/quic-go
A production-ready QUIC implementation in pure Go observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 94
- 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: 29.0
- age_days: 3801
- days_rel: 40
- days_push: 7
- n_releases_24m: 21
Adoption not part of the score
11750 stars · 1628 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
quic-go is a production-ready, pure Go implementation of the QUIC transport protocol (RFC 9000/9001/9002) with support for HTTP/3, datagrams, connection migration, multipath, and qlog event logging. It enables Go applications to run QUIC servers and clients, serve HTTP/3 alongside HTTP/1.1 and HTTP/2, and build related protocols like WebTransport and MASQUE proxying.
Use cases
- serve HTTP/3 from a Go web server
- build a QUIC client or server in Go
- implement low-latency streaming over QUIC streams and datagrams
- proxy UDP or IP traffic over HTTP (CONNECT-UDP / CONNECT-IP)
- add connection migration and multipath to a networked application
- log QUIC connection events with qlog for debugging
- build real-time web communication with WebTransport
When to choose
- you need QUIC or HTTP/3 support in a Go application
- you want a mature, widely used, RFC-compliant QUIC stack
- you need advanced QUIC features like 0-RTT, datagrams, connection migration, or multipath
- you are building proxies or tunnels using MASQUE-style HTTP proxying
When to avoid
- your project is not in Go
- you only need plain TCP-based HTTP/1.1 or HTTP/2 without QUIC
- you need a QUIC implementation for a non-Go runtime with different language requirements
- you need WebTransport itself - use the companion webtransport-go project built on top of quic-go
Facets
library · maturity stable
http-server http-client networking security tracing networking web-development backend apis go cross-platform wasm quic http3 qpack qlog tls udp transport-protocol webtransport masque rfc9000 real-time
10 sources
- readme: https://github.com/quic-go/quic-go · fetched 2026-08-28 · cffd4c1cc712
- homepage: https://quic-go.net · fetched 2026-08-29 · ba2dd7c26d06
- site_page: https://quic-go.net/docs/quic/streams · fetched 2026-08-29 · e537528445a8
- site_page: https://quic-go.net/docs/quic/flowcontrol · fetched 2026-08-29 · cba5efff7dab
- site_page: https://quic-go.net/docs/quic · fetched 2026-08-29 · a9de077c7c62
- site_page: https://quic-go.net/docs/quic/transport · fetched 2026-08-29 · 5b217e5750d9
- site_page: https://quic-go.net/docs/quic/server · fetched 2026-08-29 · c6dbd247f4ae
- site_page: https://quic-go.net/docs/quic/client · fetched 2026-08-29 · e1e12e28eb4c
- site_page: https://quic-go.net/docs/quic/connection · fetched 2026-08-29 · 39b414019955
- site_page: https://quic-go.net/ · fetched 2026-08-29 · ba2dd7c26d06
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| quic-go/quic-go | main | 97 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem