/Chatter

Simple Chat Application made with Nodejs.

Primary LanguageJavaScript

Chatter

A simple chat application using node.js

Setup

$ git clone git://github.com/kevinjosephjohn/chatter.git
$ cd chatter
$ npm install
$ node app.js

Go to http://localhost:5000/

Features

  • Users can choose their own username on page load.
  • Multiple chat rooms.
  • A notification is sent to all users in a room when a user joins/leaves the room.
  • Font color support.
  • Smiley support.