Skip to content

endel/webtransport-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Get a LetsEncrypt certificate for your domain.
  • SSL certificate must be set to expire in less than 14 days (This doesn't seem to be required [?])

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

License

MIT

About

WebTransport / HTTP3 in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages