A simple Node.js application, using express and socket.io to implement websockets for a group chat. Uses latest node version v22.14.0
run npm i in root folder
simply execute node index.js to run the application in local
To run while developing use npm run start:dev after installing nodemon
Application will be served on http://localhost:3000/