This application demonstrates a simple, reusable Node.js web application based on the Express framework. It exploits ws websocketserver package for communication.
It is currently deployed automatically from https://github.com/ByronStar/mymixred to http://mixmyred.mybluemix.net/
- Install Node.js
- cd into this project's root directory
- Run
npm install
to install the app's dependencies - Run
npm start
to start the app - Access the running app in a browser at http://localhost:6001