Skip to content

webrtc.io multi user chat demo for node.js deployment on cloudbees

Notifications You must be signed in to change notification settings

danielkutik/webrtc.io-clickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc

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.

webrtc.io clickstart

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:

To run manually locally

  1. Install Node.js
  2. Clone this repo
  3. cd app
  4. npm install -d
  5. node main.js

About

webrtc.io multi user chat demo for node.js deployment on cloudbees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published