Skip to content

Files

Latest commit

author
Ryeonho Heo
Jul 7, 2015
23160fc · Jul 7, 2015

History

History
45 lines (24 loc) · 884 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 884 Bytes

Multi-Room Chat Application

This application created as part of a node.js and socket.io tutorial. It includes a server built in node.js and a html client.

You can read the full tutorial at: http://udidu.blogspot.com/2012/11/chat-evolution-nodejs-and-socketio.html

To run:

Please be sure you have expressjs and socket.io modules installed before running this application.

On Windows/Mac/Linux:

$ npm install
$ node server.js

After running go to this address:

http://localhost:8080/

Live demo

For a live demo go to:

http://uditalias.github.com/chat-nodejs/public

Credits

This application uses the following:

Future features

  • Chat history with MongoDB and LocalStorage
  • Private chat with users

###Enjoy!