paulscott56 / express-chat

express-chat is a chat application built on Node.js, Express and MongoDB. Demo :

Home Page:http://chat.tugdev.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-chat

Express chat is a node.js multi-server chat application. Messages are sent with Socket-IO and saved in MongoDB.

Requirements

  • Node.js >= v0.10.0
  • MongoDB and Redis installed and running.

Installation

  • git clone git://github.com/Tug/express-chat.git
  • cd express-chat
  • npm install .

Configuring

The config.json file will overwrite properties definied in config.js. Edit it to set your configuration properties such as database host, port, username, password, etc.

Running

  • node app or
  • node app myconfig.js

About

express-chat is a chat application built on Node.js, Express and MongoDB. Demo :

http://chat.tugdev.net


Languages

Language:JavaScript 94.3%Language:HTML 4.2%Language:CSS 1.5%