Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitolume/webtransport-playground
https://github.com/saitolume/webtransport-playground
websocket webtransport
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saitolume/webtransport-playground
- Owner: saitolume
- Created: 2021-12-30T12:55:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T16:42:54.000Z (about 3 years ago)
- Last Synced: 2024-12-16T16:25:05.427Z (2 months ago)
- Topics: websocket, webtransport
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebTransport Playground
Live Streaming Software implemented by WebTransport
## Requirements
- Node.js v16.13.0
- Deno v1.17.2
- Python v3.10.0
- Google Chrome v97## Running
```bash
$ yarn dev # client
$ make serve # in webtransport, websocket
$ /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \
--origin-to-force-quic-on=localhost:4433 \
--ignore-certificate-errors-spki-list=MfOaAJF86qocgOLP1f/AcKjmWas33nqJ0XxnmQ1/0Gg=
```