https://github.com/ging/webrtc_demo
Demo of the webrtc peerconnection_server implemented in Google App Engine
https://github.com/ging/webrtc_demo
Last synced: about 1 year ago
JSON representation
Demo of the webrtc peerconnection_server implemented in Google App Engine
- Host: GitHub
- URL: https://github.com/ging/webrtc_demo
- Owner: ging
- Created: 2012-01-30T22:51:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-20T10:56:56.000Z (about 14 years ago)
- Last Synced: 2025-05-07T21:05:11.985Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 27
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= WebRTC Demo.
This demo is based on {WebRTC}[wwww.webrtc.org]. It provides similar client and server, with minor changes due to different asynchronous HTTP calls made in the webrtc client.
This demo will not be modified, but it can be a good starting point to anyone who wants to test webrtc features.
== Installation
It works in Google App Engine, or with the GAE SDK in localhost. Just clone it and run:
dev_appserver.py $PATH_TO_WEBRTC
To upload it to GAE change the app name in app.yaml.