INSTRUCTIONS FOR INSTALLATION AND RUNNING (Platform independent as all commands will execute depending on the version/platform of nodejs installed):
- Download and install nodejs from http://nodejs.org/download/
- Open command prompt, navigate to the folder where you unpacked the application folder (root folder where this readme file resides)
- type "npm install" for dependencies to install
- type "node index.js" to run the nodejs+socketio server while in the same application root folder
- Open chrome or firefox and go to http://localhost:3131. You may open other tabs or a new browser, and start typing chat messages to see them refreshed without the need for a page refresh!