This is a WebRTC test application running on node.js and express.js
Get started:
- Install node.js if not installed (https://nodejs.org/en/download/)
- Clone and install
$ https://github.com/callstats-io/node-webrtc-basic-app.git
$ cd node-webrtc-basic-app/
$ npm install
- If you want to use SSL, generate SSL certificates to node-webrtc-basic-app/ssl/ folder (ca.crt, server.crt, server.key)
- Get appID and appsecret by registering at callstats.io (https://dashboard.callstats.io/register)
- Insert appID and appsecret in node-webrtc-basic-app/app/config.js
- Run the app:
npm start
orSSL=true npm start
Try the app locally by opening https://localhost:4430/ in multiple tabs.