A real-time chat application built with Node.js, Express, and Socket.IO.
- Real-time messaging using WebSockets (Socket.IO)
- User join/leave notifications
- Active users list
- Responsive web interface
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/chat-app.git
cd chat-app- Install dependencies:
npm installStart the server:
npm startThe application will be available at http://localhost:3000
For development with auto-reload:
npm run dev- Node.js - JavaScript runtime
- Express - Web framework
- Socket.IO - Real-time communication
- HTML/CSS/JavaScript - Frontend
ISC
Rushabh Dave