This app is built using rtc-glue and rtc-switchboard as well as ocrad.js for OCR.
Getting started:
-
Clone the repo:
git clone https://github.com/rtc-io/rtcio-demo-glue.git
-
Install node dependencies (it's assumed you have node installed):
npm install
-
Run the server:
npm start
-
Find the application at the following url:
http://localhost:1337/index.html
-
Load the URL in a second browser to establish the video conference:
http://localhost:1337/index.html
To start the app on a different port, run it as:
NODE_PORT=3020 npm start
You can also run it with a different signalling server. Just edit public/js/common.js and change the signalhost.