/doppelganger

An experiment with P2P WebRTC Video Chat

Primary LanguageJavaScript

Doppelganger

Video chat from the fuuuture, with WebRTC.

brew install node
npm install -d
npm start

screen shot 2013-10-24 at 9 57 49 am

What is WebRTC?

WebRTC is a peer to peer standard proposal from Google allowing browsers to connect directly and transfer information without a central server. This allows browsers to share raw data as well as audio/video.

Check out more on WebRTC at HTML Rocks.

There's also a great overview on the Mozilla Blogs about WebRTC and associated technologies