WebRTC client that utilizes the webrtc library to manage multiple clients
See sample.js for example usage.
npm install
node build-sample.js
npm start
Then navigate to localhost:9000
Socket.io is used for signalling in the examples, some sort of signalling channel that allows webrtc to set up calls between peers is required.