Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 311 Bytes

File metadata and controls

16 lines (10 loc) · 311 Bytes

WebTransport - HTTP/3 - QUIC

Minimal dependency-free HTTP/3 demo with static browser client and raw QUIC server.

Requirements

QUIC support requires a Node.js binary built with ./configure --experimental-quic.

Run

npm run cert
npm start

Open http://127.0.0.1:8000/ and click Connect.