HTML5 WebRTC Videochat
-
install dependencies: npm install
-
create a "data" directory for the database
-
install and start MongoDB (on port 27017): mongod --dbpath /PATH_TO_MEEZZ/data
-
generate SSL server certificates: bash ssl/generate-ssl-certs.sh
-
set signalmaster server variable in public/javascripts/meezz.js
-
start webapp: npm start (debug mode: SET DEBUG=meezz:* & npm start)
-
Meezz runs on port 3000 (HTTP) and 3100 (HTTPS)
https://github.com/andyet/signalmaster
All the texts used in the application can be set in variables in the file /views/layout.jade.