It's an web application to chat in group. Multiple users can join the chat and chat with their friends using the server.
Server: Node.js
Go to the nodeserver directory
cd ./nodeserverInstall socket.io
npm i socket.ioInstall nodemon
npm i nodemonStart the server
nodemon ./nodeserver/index.jsScreenshots
For support, email nipunkhajuria21512@outlook.com



