Registry / networking / pion-quic

pion-quic

JSON →
library0.1.4gogounverified

Package quic implements the QUIC API for Client-to-Server Connections as per the W3C WebRTC QUIC specification.

go get github.com/pion/quic
INSTALL
IMPORT
SIG · PION-QUIC
P
pion-quic
networkinggov0.1.4
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/pion/quic

Start a QUIC server listening on port 443.

package main import ( "fmt" "github.com/pion/quic" ) func main() { config := quic.Config{} listener, err := quic.ListenAddr("0.0.0.0:443", &config) if err != nil { fmt.Println(err) return } defer listener.Close() fmt.Println("QUIC server listening on :443") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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