Skip to content

shalinv/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

A real-time, privacy-focused chat room web application that self-destructs after X minutes.
Built with Node.js, Express, Socket.IO, and Tailwind CSS.

No accounts. No history. Just chat.

✨ Features

  • Real-time messaging using Socket.IO
  • Auto-destruction after a 3 minutes (Can be changed in the code)
  • 🎨 Responsive UI styled with Tailwind CSS
  • 🚀 Fast & lightweight Express backend
  • 🧹 Automatic cleanup of rooms and connections

🛠️ Tech Stack

  • Backend: Node.js, Express
  • Realtime: Socket.IO
  • Frontend: HTML, Tailwind CSS
  • Runtime: JavaScript (ES6+)

📸 Screenshots

Chat Left Chat Right

📦 Installation

Clone the repository:

git clone https://github.com/shalinv/ChatRoom.git
cd ChatRoom

Install Dependencies:

npm install

Start the server:

node server.js

Open in browser:

http://localhost:4000

About

A privacy-first chat room where conversations exist only in the moment. Built with Express, Socket.IO, and Tailwind. Auto-destroys after a set time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors