💬 Real-Time Chat Application A basic real-time chat app using Node.js, Express, and Socket.IO. Chat with multiple users in real-time.
🚀 Features Real-time messaging Join/Leave notifications Responsive design
🛠️ Setup
Clone the repo:
git clone https://github.com/yourusername/realtime-chat-app.git
cd realtime-chat-app
Install dependencies:
npm install
Start the server:
node server.js
Visit: http://localhost:3000
📂 Project Structure
public/: Frontend files server.js: Main server file
📬 Contact GitHub: yourusername