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
- Host: GitHub
- URL: https://github.com/peterdee/webrtc-test-ws
- Owner: peterdee
- License: mit
- Created: 2021-04-06T08:31:11.000Z (about 5 years ago)
- Default Branch: stage
- Last Pushed: 2021-04-06T11:32:35.000Z (about 5 years ago)
- Last Synced: 2026-01-01T05:17:38.765Z (6 months ago)
- Topics: node, socket-io
- Language: JavaScript
- Homepage: http://localhost:2121
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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