Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rohittailor/webrtc-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Workshop

An introduction to WebRTC and a workshop to implement a socket.io based signalling server and a simple AngularJS powered multi person video chat room.

####Running To run the slides:

cd slides
python -m SimpleHTTPServer // or any static server you wish

To run the demos

cd demos
python -m SimpleHTTPServer // or any static server you wish

To run the code

cd code/client
npm install
bower install
grunt serve

cd code/server
npm install
node server.js

About

A workshop around the concepts and implementation of a modern WebRTC stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published