a simple signaling server and client to run webrtc one2one video chat between recent chrome (also android chrome) browsers
basic usage:
- clone directory, install dependencies
git clone https://github.com/matths/webrtc-signaling.git
npm install
- create a self-signed certificate (MAC and Linux only)
npm run create-ssl
- run signaling server
npm start
- open client in your browser
npm open-client
- open client in a browser on another device in the same (W)LAN
https://[ip of your server]:8000/