Websockets based chat application that lets you join rooms and chat with multiple people in real time. Built using Socket.io and Node.js
- Install Node.js >=18.x
- Clone the repo using
git clone https://github.com/RishirajKohli/socket.io-chat-app.git
and cd into it. - Run
npm install
to install the required node modules. - Run
npm run start
to run the the server on port 3000.