https://github.com/elmisback/webrtc-perf
https://github.com/elmisback/webrtc-perf
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elmisback/webrtc-perf
- Owner: elmisback
- Archived: true
- Created: 2021-11-06T01:21:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T02:49:14.000Z (over 2 years ago)
- Last Synced: 2025-04-19T23:08:23.868Z (about 1 year ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starting the host lookup server
See https://github.com/elmisback/auth-rtc. If you would prefer to use the public host lookup server, set the `SIGNALLING_HOSTNAME` environment variable to `auth-rtc.strcat.xyz:443`.
# Starting the signaling server
```bash
node host.js [--key ]
```
# Starting a peer
```bash
node client.js --host-key .pub --id
```
Wait for the peer to finish connecting. This may take a moment or may fail if the signaling server is behind a NAT.
# Starting the control server
```bash
node control_server.js --host-key .pub
```