This is a chat app built with the following technologies
- Node.js
- Socket.IO - For live push pull connection with browsers and server
- Angular.JS - Logic and data manipulations on the browser
- Bootstrap - Cheap and easy way to skin the app
To get rolling, follow these steps
- Install NPM
- Install bower with npm install bower -g
- Run npm install
- Run bower install
Simply execute the bootstrap script in bin / www . You can use forever if you want to maintain some type of uptime.