A group chat web application that can run on multiple clients on same network. Made with Love using Node.js, Express.js, Socket.io, Jquery-emoji-picker, HTML and CSS.
$ git clone https://github.com/stillNovice/Lets-Chat.git
$ cd Lets-Chat
$ npm install
$ xcopy node_modules\jquery-emoji-picker\css public\css\
$ xcopy node_modules\jquery-emoji-picker\js public\js\
$ node app.js
$ git clone https://github.com/stillNovice/Lets-Chat.git
$ cd Lets-Chat
$ npm install
$ mkdir public/css && cp -r node_modules/jquery-emoji-picker/css/* public/css/
$ mkdir public/js && cp -r node_modules/jquery-emoji-picker/js/* public/js/
$ node app.js
- Open Chrome
- Go to localhost:8478
- Enter the name you wish to appear in the Chat section
- Tell your friends and make them join too (if they are on the same network).
- Enjoy
- Online/Away functionality. (All the online users are shown with a green online dots left of their names, and all the offline users have yellow dots).
- User will know who else is typing at a particular moment while enjoying the Group Chat.
- Emoji Picker to add emojis along with text messages.