EasyRTC OpenSource is: 1) A browser client library written in JavaScript. This client handles the signaling and to a large extent insulates applications from ongoing changes in the WebRTC api. 2) A signaling server based on Node.js. Together, these two components will let you write a simple video conferencing application, or a file sharing application, etc in just a few lines of simple code.
Install Node.js
See Node.js
Install EasyRTC
-
cd /var/nodes
-
sudo git clone https://github.com/priologic/easyrtc.git
-
cd easyrtc
-
sudo npm install
-
cd server_example
-
sudo npm install
-
cd /var/nodes
-
sudo chown -R www-data:www-data easyrtc
Run Server Example
-
cd /var/nodes/easyrtc/server_example
-
sudo -u www-data node server.js