Skip to content

D-Ne0/apprtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Demo

This a WebRTC demo. This demo is taken from google code - https://code.google.com/p/webrtc/source/browse/#svn%2Ftrunk%2Fsamples%2Fjs%2Fapprtc

It can be a good starting point for people who want to test WebRTC features.

##Installation It works in Google App Engine or with the GAE SDK in localhost. Just install GAE locally, clone this demo and run:

dev_appserver.py $PATH_TO_WebRTC_Demo

To upload it to GAE change the app name in app.yaml.

##Demo A working demo of WebRTC is available on appengine - https://apprtc.appspot.com

##More Info