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

Run Server Example

  • cd /var/nodes/easyrtc/server_example

  • sudo -u www-data node server.js

https