Simple peer to peer video chat using meteor.js and peer.js. Checkout my medium article for a complete tutorial: WebRTC peer-to-peer data, video, and audio calls with Peer.JS
Install Meteor:
$ curl https://install.meteor.com | /bin/sh
Run oro-chat:
$ meteor
The application will be available on http://localhost:3000