ashwathps / gHaloChat

Angularjs, nodejs, monogdb based chat application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Angularjs, nodejs, monogdb based chat application


Languages

Language:JavaScript 66.4%Language:HTML 32.4%Language:CSS 1.2%