You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stay connected with your friends and loved ones with your own group chat app
A Realtime chat application built with Node.js and socket.io.
Chat features
Login with your Username and select your chatroom.
If you are alone in the chatroom, you can't send message.
Wait for somebody else to come in the chatroom in order the chat.
When a new user enters into the room, the server will broadcast the message of joining of the user to all other users in the Chatroom.
It supports multi-persons group chat.
This project uses websockets for real time bi directional data transfer.
When a user closes the browser window or clicks on "Leave Chatroom" button, server will broadcast a message of leaving of that user to all the users present in the Chatroom.