A chat application built with Node.js and socket.io.
View the live demo: http://hichat.herokuapp.com/
- send pictures ๐
- send emojis ๐
- keyboard support ๐น
- online users count statistic ๐ป
- download the code then extract
- run
npm install
from command line window - run
node server
oriojs server
if you are using io.js - finnaly, open your browser and visit
localhost:3000