Registry / networking / lucas-clemente-quic-go

lucas-clemente-quic-go

JSON →
library0.60.0gogounverified

A Go implementation of the QUIC protocol.

go get github.com/lucas-clemente/quic-go
INSTALL
IMPORT
SIG · LUCAS-CLEMENTE-QUI
L
lucas-clemente-quic-go
networkinggov0.60.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quic
github.com/lucas-clemente/quic-go

Minimal QUIC server example

package main import ( "fmt" "github.com/lucas-clemente/quic-go" ) func main() { listener, err := quic.ListenAddr("localhost:4242", nil, nil) if err != nil { fmt.Println(err) return } defer listener.Close() fmt.Println("QUIC server listening on localhost:4242") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.60.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lucas-clemente-quic-go — go get lucas-clemente-quic-go · libregistry