Sidharth-Ahuja / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 60.7%Language:HTML 21.2%Language:CSS 18.1%