Banner

ChatX - Chat App

nodejs
express
socketio
websockets

Lakshyaraj Dash • Wed 07 May 2025


A chat app made using expressjs and socketio.

Live Demo

Features

  • Realtime Chat messaging
  • Chat rooms
  • WebSockets

Note: The data is not persisted, since no database has been integrated with it. Once closed, all the data will be erased from the temporary array state.

Tech Stacks

  • Frontend: HTML, CSS & JavaScript
  • Backend: ExpressJS

Install the dependencies

npm install

Start the development server

npm run dev