A dead simple WebRTC example
 
 
 
Go to file
Shane Tully 27ab13cd63 created repo 2014-09-15 09:01:01 -07:00
client created repo 2014-09-15 09:01:01 -07:00
server created repo 2014-09-15 09:01:01 -07:00
README.md created repo 2014-09-15 09:01:01 -07:00

README.md

WebRTC Example

shane tully

shanetully.com

An 'as simple as it gets' WebRTC example.

See LINK for a detailed walkthrough of the code.

Usage

The signaling server uses Node.js and ws and can be started as such:

$ npm install ws
$ node server/server.js

With the client running, open client/index.html in a recent version of either Firefox or Chrome.

License

MIT