Simple EasyRTC server example which includes EasyRTC, Express, and Socket.io
npm install easyrtc_server_exampleEasyRTC Server Example
======================
This folder contains all the files you'll need to create a simple server with EasyRTC and Webix UI.
- server.js - Server code.
- /static/ - Root folder for web server
- Type npm install in console.
- Type node server in console.
- In your browser open http://localhost:8080/
MIT