A simple chat application using node.js
$ git clone git://github.com/abi93k/chatter.git
$ cd chatter
$ npm install
$ node app.js
Go to http://localhost:5000/
- 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.
For any queries, [email protected]