HiChat
A chat application built with Node.js and Websocket
Install / Use
/learn @wayou/HiChatREADME
HiChat
A chat application built with Node.js and socket.io.
View the live demo: http://hichat.herokuapp.com/
Features
- send pictures :sunrise:
- send emojis :smile:
- keyboard support :musical_keyboard:
- online users count statistic :ghost:
How to run
- download the code then extract
- run
npm installfrom command line window - run
node serveroriojs serverif you are using io.js - finnaly, open your browser and visit
localhost:3000
