Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saitolume/webtransport-playground


https://github.com/saitolume/webtransport-playground

websocket webtransport

Last synced: about 2 months ago
JSON representation

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=
```