/QuicDotNet

An implementation of Google's QUIC protocol for .NET

Primary LanguageC#MIT LicenseMIT

QuicDotNet

QuicDotNet is a userspace .NET implementation of Google's QUIC protocol for 0-RTT, low-latency, lower congestion network transport.

This is a quickly-evolving protocol and this library is mostly experimental and slowly maturing to keep up with the activity. At the end, this library should provide the layers required to make HTTP/2 web requests over QUIC as well as write custom transports over QUIC generally.

Further reading