/socket.io-chat-app

Websockets based chat application that lets you join rooms and chat with multiple people in real time. Built using Socket.io and Node.js

Primary LanguageJavaScript

Websockets based chat application that lets you join rooms and chat with multiple people in real time. Built using Socket.io and Node.js

Local Setup

  1. Install Node.js >=18.x
  2. Clone the repo using git clone https://github.com/RishirajKohli/socket.io-chat-app.git and cd into it.
  3. Run npm install to install the required node modules.
  4. Run npm run start to run the the server on port 3000.