WebRTC Demo using WebRTC.io. WebRTC is an HTML5 feature that allows real-time communication without a plugin. This demo is a simple group video chat that will allow any number of clients to connect. This demo currently only works in Chrome.
- Run
npm install
- Run
node app.js
- Go to
http://localhost:8000
in Chrome
- WebRTC.io - https://github.com/webRTC/webRTC.io
- Express.js - https://github.com/visionmedia/express