QUIC
Illustrated QUIC Connection, QUIC Cloudflare doc & this quick overview are great.
Links
- The Road to QUIC (2018)
- Futures-based QUIC implementation in Rust
- Quiche - Implementation of the QUIC transport protocol as specified by the IETF.
- QUIC implementation in pure go
- Employing QUIC Protocol to Optimize Uber’s App Performance (2019) (HN)
- Neqo - Implementation of QUIC written in Rust.
- HTTP/3 - HTTP over QUIC is the next generation by Daniel Stenberg (2019)
- Internet-Drafts that make up the base QUIC specification
- LiteSpeed QUIC and HTTP/3 Library
- Accelerating UDP packet transmission for QUIC (2020)
- QUIC draft 25 documents
- goquic - QUIC support for Go.
- MsQuic - Cross platform C implementation of the IETF QUIC protocol. (HN)
- Working Group Last Call: QUIC protocol drafts (2020) (HN)
- Experimenting with QUIC and WebTransport in Go
- ngtcp2 - Effort to implement IETF QUIC protocol.
- Quicly - QUIC implementation, written from the ground up to be used within the H2O HTTP server.
- qp2p - Peer-to-peer communications library for Rust based on QUIC protocol.
- Quant - QUIC implementation for POSIX and IoT platforms.
- quicer - QUIC Protocol for Erlang & Elixir.
- QUIC is now RFC 9000 (2021) (HN)
- QUIC Version 1 is live on Cloudflare (2021)
- A Deep Dive into QUIC (2020)
- Quiwi - QUIC implementation in Go.
- mvfst - Implementation of the QUIC transport protocol.
- QUIC at Snapchat (2021) (HN)
- Dissecting Performance of Production QUIC (2021)
- aioquic - QUIC and HTTP/3 implementation in Python.
- Getting Cloudflare Tunnels to connect to the Cloudflare Network with QUIC (2021)
- QUIC HTTP/3 with nginx, envoy and curl (2021)
- quinn - QUIC transport protocol implementation for Tokio.
- Fabruic - Easy-to-use QUIC-based protocol that supports reliable payload delivery.
- QUIC interop runner
- s2n-quic - Rust implementation of the IETF QUIC protocol.
- Awesome QUIC
- Unlocking QUIC’s proxying potential with MASQUE (2022) (HN)
- SNOCAT - Framework for forwarding streams across authenticated, encrypted QUIC tunnels, from a tunnel aggregator to a dynamic set of clients.
- TUIC - Delicately-TUICed high-performance proxy built on top of the QUIC protocol.
- QUICHE - Google's production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools.
- Illustrated QUIC Connection: Every byte explained (Code) (HN)
- P2P-WebTransport - Interface to create and manage QUIC streams.
- DNS over Dedicated QUIC Connections (HN)
- qsocks - Socks5 proxy over QUIC.
- Intro to the QUIC Transport Protocol (2021)
- QUIC | Cloudflare
- Network Simulator for QUIC benchmarking
- How Facebook Is Bringing QUIC to Billions (2022)
- A Quick Look at QUIC Censorship (2022) (HN)
- QUIC Version 2
- A look at QUIC use (2022)
- XQUIC - Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
- QUIC Is Not a TCP Replacement (2022)
- Comparing TCP and QUIC (2022)
- Illustrated QUIC Connection: Every Byte Explained
- quinn-holepunch - Holepuncheable QUIC sockets through a rendevouz server.
- Quic-Rpc - Streaming RPC system based on QUIC.