A simple chat application built in Node.js using Express and Socket.IO.
View live demo here: web-chat-amar.onrender.com/
1). Group Chat.
2). One to One chat.
3). Shows which User is typing.
4). clean ui and ux.
git clone https://github.com/ashishbhatiam/nodeJS-socketIO-chat-app.git
cd nodeJS-socketIO-chat-app
npm install
npm start
View on localhost:5001