WebRTC is a realtime standard for HTML5 (supported by a variety of modern browsers). This demo uses websockets, on cloudbees, to set up your own html5 based video/voice and text chat.
This clickstart is based on the webrtc.io-demo and the CloudBees node.js support. The Node.js app runs on CloudBees with continuous deployment. Jenkins runs tests via npm and deploys.
package.json is used to specify what packages are needed - main.js is the default server app (you can set main_js via bees config:set to override it to something else)
Who wouldn't want their own video/text chat:
- Install Node.js
- Clone this repo
- cd app
- npm install -d
- node main.js