directory
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Aug 4, 2026
License: MIT
Opens a new window with license information.
README
¶
Echo Example
Simple echo over WebTransport at https://localhost:4444/echo.
Run
# from repository root
# Start server
go run ./examples/echo/server
# In another terminal, start client
go run ./examples/echo/client
Notes:
- Uses a self-signed certificate and
InsecureSkipVerify in code; configure proper TLS for production.
- QUIC options enable datagrams and 0-RTT.
Directories
¶
Click to show internal directories.
Click to hide internal directories.