Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 584 Bytes

Chat App

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

Setup & Installation

To get rolling, follow these steps

  • Install NPM
  • Install bower with npm install bower -g
  • Run npm install
  • Run bower install

Run

Simply execute the bootstrap script in bin / www . You can use forever if you want to maintain some type of uptime.