A basic chatroom application built with Node.js, Express, and Socket.io.
- Real-time messaging
- Simple and responsive UI
- Chat notifications when users join or leave
-
Clone the repository
-
Install dependencies:
npm install -
Start the server:
npm startOr for development with auto-restart:
npm run dev -
Open your browser and navigate to
http://localhost:3000
- Node.js
- Express
- Socket.io
- HTML/CSS/JavaScript
public/- Static files (HTML, CSS, client-side JS)src/- Server-side code
MIT