Back to Quic Go

A QUIC implementation in pure Go

README.md

0.59.09.0 KB
Original Source
<div align="center" style="margin-bottom: 15px;"> </div>

A QUIC implementation in pure Go

quic-go is an implementation of the QUIC protocol (RFC 9000, RFC 9001, RFC 9002) in Go. It has support for HTTP/3 (RFC 9114), including QPACK (RFC 9204) and HTTP Datagrams (RFC 9297).

In addition to these base RFCs, it also implements the following RFCs:

Support for WebTransport over HTTP/3 (draft-ietf-webtrans-http3) is implemented in webtransport-go.

Detailed documentation can be found on quic-go.net.

Projects using quic-go

ProjectDescriptionStars
AdGuardHomeFree and open source, powerful network-wide ads & trackers blocking DNS server.
algernonSmall self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support
caddyFast, multi-platform web server with automatic HTTPS
cloudflaredA tunneling daemon that proxies traffic from the Cloudflare network to your origins
frpA fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet
go-libp2plibp2p implementation in Go, powering Kubo (IPFS) and Lotus (Filecoin), among others
gostA simple security tunnel written in Go
HysteriaA powerful, lightning fast and censorship resistant proxy
MercureAn open, easy, fast, reliable and battery-efficient solution for real-time communications
nodepassA secure, efficient TCP/UDP tunneling solution that delivers fast, reliable access across network restrictions using pre-established TCP/QUIC/WebSocket or HTTP/2 connections.
OONI ProbeNext generation OONI Probe. Library and CLI tool.
reverstReverse Tunnels in Go over HTTP/3 and QUIC
RoadRunnerHigh-performance PHP application server, process manager written in Go and powered with plugins
syncthingOpen Source Continuous File Synchronization
traefikThe Cloud Native Application Proxy
v2ray-coreA platform for building proxies to bypass network restrictions
YoMoStreaming Serverless Framework for Geo-distributed System

If you'd like to see your project added to this list, please send us a PR.

Release Policy

quic-go always aims to support the latest two Go releases.

Contributing

We are always happy to welcome new contributors! We have a number of self-contained issues that are suitable for first-time contributors, they are tagged with help wanted. If you have any questions, please feel free to reach out by opening an issue or leaving a comment.

License

The code is licensed under the MIT license. The logo and brand assets are excluded from the MIT license. See assets/LICENSE.md for the full usage policy and details.