an online chatroom application build with Node.js and socket.io, multi rooms support. thanks to original author wayou for his application HiChat and his tutorial http://www.cnblogs.com/Wayou/p/hichat_built_with_nodejs_socket.html.
- send pictures
- send emojis
- keyboard support
- online user list support
- multi room support
- private chat support
- clone the code to your computer
git clone git@github.com:JetMuffin/chatroom.git
- run
npm install
to install the dependencies - run
node server.js
ornode server
to start up the server - open your brower and visit
http://localhost:8000