Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 572 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 572 Bytes

💬 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