No Description

Dennis Mårtensson 7c6f3ddda3 new demo added and link to the demo page is now correct 12 years ago
example 654f9e2f98 fixed a url fragment issue with web socket url on page load for room hashes 12 years ago
site 7c6f3ddda3 new demo added and link to the demo page is now correct 12 years ago
.gitignore 30c1ede379 add .swp to gitignore 12 years ago
README.md 7c6f3ddda3 new demo added and link to the demo page is now correct 12 years ago
package.json 66bc37e4b1 Updated dependencies from express 2.5.1 to express 3.1.0 12 years ago

README.md

#webrtc.io-demo

You can have a look at the demo

##Instructions on how to setup the demo:

Run in your terminal

git clone git@github.com:webRTC/webrtc.io-demo.git
cd webrtc.io-demo
npm install
cd example
node server.js

In a version of Chrome that have webRTC support.

go to localhost:8000

click allow to see your camera

go to localhost:8000

click allow to see your camera and the connection will be made between your to open windows.

##For instructions on how to start developing with webRTC.io

go to https://github.com/webRTC/webRTC.io and read the instructions.

Developed by:

[@dennismatensson](https://github.com/dennismartensson)
[@cavedweller](https://github.com/cavedweller)
[@sarenji](https://github.com/sarenji)