go-msquic: A Go Wrapper for Microsoft's QUIC Library
2025-02-19
go-msquic is a Go wrapper for Microsoft's QUIC library, providing a simple interface for Go developers to work with QUIC-based protocols like HTTP/3. Its API is inspired by quic-go and can be used as a drop-in replacement. Unless you're comfortable working with C libraries, quic-go is generally recommended. Installation requires building the local MsQuic C library first, then installing with `go get github.com/noboruma/go-msquic`. Sample code is in the sample/ directory.
Development