This is a sample project that showcases some of the features of the angular-rtcomm framework.
To use this sample you'll need to install Node.js.
Clone the sample.
git clone https://github.com/WASdev/sample.angular-rtcomm.git
Change directory, install dependencies and run.
cd sample.angular-rtcomm
npm install
npm start
Access the app at http://localhost:3000. Open multiple tabs and start video chatting!
The sample comes with a built in test to verify the functionality. If you want to run the test:
- Start up the app :
npm start
- Open a separate tab and run the test script:
npm test
By default it will use chrome to run the tests, if you want to run the tests in firefox define the environment variable:
BROWSER=firefox npm test
If you're looking to use the sample on a live server, you can easily deploy it to Bluemix: