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

https://github.com/peterdee/webrtc-test-ws

Testing WebRTC capabilities
https://github.com/peterdee/webrtc-test-ws

node socket-io

Last synced: 2 months ago
JSON representation

Testing WebRTC capabilities

Awesome Lists containing this project

README

          

## webrtc-test-ws

Testing WebRTC capabilities

Stack: [Socket.IO](https://socket.io)

DEV: http://localhost:2121

STAGE: https://webrtc-test-ws.herokuapp.com

### Deploy

```shell script
git clone https://github.com/peterdee/webrtc-test-ws
cd ./webrtc-test-ws
nvm use 14
npm i
```

### Launch

```shell script
npm run dev
```

### Heroku

The `stage` branch is deployed to Heroku automatically