How to create chat application using node.js and socket.io

Hello Friends this is my first post because i recently booked this domain, So i am going to introduce you a basic chat app in nodejs and socket.io

I heared lot’s of about nodejs, So i started working on node but i was very confuse what should i make  first that useful for me as well as others, Then finally i decided to create a realtime chat app to feel realtime experience.


I am not going to show you the brief description of coding part as of now because of less time, I am very sorry for that. But if you have little knowledge about nodejs then you can understand my code. Because i have written very basic level of code in node so you can easily understand.

Technology i used: nodejs, socket.io, jquery, bootstrap
heroku-9

How it works: it is very simple app no registration required. You just need to login with your nick name and can start chat.

There is a two main features in this app 1st one is group chat, Where all online users can chat together in a group and 2nd one is private chat just click on online’s user name and can start chat.

IF no one is online except you for that case you can click on your name under online users section and test how it works..!!

If you like this post please don’t forget to subscribe My Public Notebook for more useful stuff.