endel / webtransport-nodejs

WebTransport / HTTP3 in Node.js
https://web-transport.dev:4433
MIT License
24 stars 5 forks source link

WebTransport / HTTP3 in Node.js

Running locally

Install and run the backend:

npm install
npm start

On another terminal, install and run the frontend:

cd client
npm install
npm start

Open https://localhost:4433 in your browser. (Currently only Chrome is capable of connecting)

Deploying

WIP

(TODO: see thread https://community.letsencrypt.org/t/nginx-http3-letsencrypt/181112/13)

License

MIT