/gHaloChat

Angularjs, nodejs, monogdb based chat application

Primary LanguageJavaScript

gHaloChat

Angularjs and nodejs based application to demonstrate a simple chat feature.

gHaloChat is built using nodejs, angularjs and mongoDB for persistence. It uses REST APIs to interact with the server and embraces all the SPA rules (almost)

Hosted on Heroku

http://warm-ravine-7120.herokuapp.com/

UI/CSS

Twitter's Bootstrap

security and access

Uses passport with Local strategy for authenticating users.

Sha1 with 128 Byte entcryption using the node's crypto module. hashed & salted.

> npm install crypto;
> npm install passport

persistence

Uses mongodb hosted on MongoLab.com

copyright and license

MIT, feel free to make any changes.