๐Ÿ“ฆ darrachequesne / webtransport-example

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching
๐Ÿ“ฅ Clone https://github.com/darrachequesne/webtransport-example.git
HTTPS git clone https://github.com/darrachequesne/webtransport-example.git
SSH git clone git@github.com:darrachequesne/webtransport-example.git
CLI gh repo clone darrachequesne/webtransport-example
Damien Arrachequesne Damien Arrachequesne restore the 'days' argument af76993 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ client.js
๐Ÿ“„ generate_cert.sh
๐Ÿ“„ index.html
๐Ÿ“„ index.js
๐Ÿ“„ open_chrome.sh
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

# install dependencies
$ npm install

# generate a certificate
$ ./generate_cert.sh

# start the server
$ node index.js

# start the client
$ node client.js

# open Chrome
$ ./open_chrome.sh