Skip to content

HowProgrammingWorks/WebTransport

Repository files navigation

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.

About

HTTP/3 client and server example

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors