Implementations (original) (raw)

This wiki tracks known implementations of QUIC. See also our Tools listing. Current interop status; make sure you are looking at or editing the correct tab.

Please add your implementation below. Keep sorted alphabetically. There are three sections, one for "IETF QUIC Transport", one for "HTTP/3C", and one for "QPACK". Entries may appear in multiple sections e.g. where a stack provides both IETF QUIC Transport and HTTP/3.

Note

If you are working on a QUIC implementation, please consider joining the QUIC Developers Slack Channel. Also, if possible, please set up a public server and publish its details below, so others can try and interoperate with your code.

IETF QUIC Transport

The following stacks implement the IETF versions of QUIC Transport. They may include an application layer mapping other than IETF HTTP over QUIC e.g. HTTP/0.9

aioquic

QUIC implementation using Python and asyncio.

AppleQUIC

AppleQUIC is a client and server implementation.

ats

QUIC implementation in Apache Traffic Server

Chromium

Chromium's QUIC Implementation (draft-29 supported in Chrome 85.0.4171.0 and later).

NOTE: Not to be confused with Cloudflare quiche.

f5

QUIC implementation in F5 TMOS

haproxy

QUIC - HTTP/3 implementation in haproxy

Haskell quic

kwik

Kwik is a QUIC client (and client library) implementation in Java.

lsquic

LiteSpeed QUIC and HTTP/3 library. Works on Linux, FreeBSD, MacOS, Android, and Windows. Turn-key open-source web server that uses lsquic is available at openlitespeed.org in both source and package forms. Bindings are available for Crystal and Lisp.

MsQuic

Microsoft's general purpose (cross-platform) QUIC implementation. Optimized for high performance. More documentation here.

mvfst

mvfst (pronounced move fast) is an implementation of QUIC by Facebook

Neqo

Mozilla/Firefox QUIC and HTTP3 implementation.

ngtcp2

ngtcp2 project is an effort to implement IETF QUIC protocol

nginx

QUIC and HTTP/3 server implementation in nginx

nginx-cloudflare

Implementation of QUIC for NGINX based on quiche, by Cloudflare.

picoquic

A small(ish) implementation of QUIC in C, to explore the protocol and the API, for example for DNS over QUIC. Relies on PicoTLS for TLS 1.3. MIT license. Tested on Windows, Linux, FreeBSD/IOS.

Pluginized QUIC

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis.

quant

QUANT (QUIC Userspace Accelerated Network Transfers), a BSD-licensed C11 implementation on top of the zero-copy warpcore userspace UDP/IPv4 stack for the netmap packet I/O framework. (Also works over the standard Sockets API.)

QUANT is a general transport library and does NOT implement H3.

quiche

quiche is an implementation of the QUIC transport protocol as specified by the IETF. It provides a low level API for processing QUIC packets and handling connection state, while leaving I/O (including dealing with sockets) to the application. Example client and server are also provided.

NOTE: Not to be confused with Google QUICHE.

quicly

QUIC protocol implementation for H2O server

Quinn

Rust implementation with both a synchronous (sans-I/O) interface and an async interface, using rustls for TLS.

quic-go

A QUIC implementation in Go.

s2n-quic

XQUIC

XQUIC Library released by Alibaba is a cross-platform implementation of IETF QUIC and HTTP/3 protocol.

HTTP/3

The following implement HTTP/3. The "Transport library" field identifies one (or more) of the above stacks if applicable.

Chromium

See entry in the "IETF QUIC Transport" section.

Flupke

Flupke is a HTTP3 client build on top of Kwik.

lsquic

LiteSpeed QUIC and HTTP/3 library. Works on Linux, FreeBSD, MacOS, and Windows. Turn-key open-source web server that uses lsquic is available at openlitespeed.org in both source and package forms.

nghttp3

nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C. It does not depend on any particular QUIC transport implementation.

proxygen

proxygen implements HTTP/3 mapping over QUIC and QPACK in C++, with MVFST as the transport.

quiche

See entry in the "IETF QUIC Transport" section.

XQUIC

See entry in the "IETF QUIC Transport" section.

QPACK

ls-qpack

A standalone, portable library (Linux, FreeBSD, Windows, MacOS) written in vanilla C. Bindings are available for Go, Python, and TypeScript.

f5

nghttp3

quiche

proxygen

Chromium

See entry in the "IETF QUIC Transport" section.

XQUIC