No Description

Ben Brittain 2ba24faab1 add stuff for demo 12 years ago
example 2ba24faab1 add stuff for demo 12 years ago
.gitignore 6ce5c276e0 Initial commit 12 years ago
README.md 85749d5a3e fix the ``` int the readme 12 years ago
package.json 5a47c8253e setup for deployment 12 years ago

README.md

#webrtc.io-demo

webrtc.io modified to supply the client files

You can have a look at the demo on http://multiwebrtc.nodejitsu.com

##Instructions on how to setup the demo:

Run in your terminal

git clone git@github.com:dennismartensson/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 with webRTC.io

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

Developed by:

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