Real-Time Chat Application This is a real-time chat application built using Node.js, Express, and Socket.IO. It allows multiple users to communicate seamlessly in real time. The frontend is created with HTML, TailwindCSS, and JavaScript for a simple and responsive user interface.
Real-time message sharing between connected users. Unique usernames are automatically assigned using the unique-names-generator library. Chat history is visible to new users when they join. Clean and modern UI built with TailwindCSS.
#Technologies Used Backend: Node.js, Express.js, Socket.IO Frontend: HTML, CSS (TailwindCSS), JavaScript
-> Clone this repository -> Install the required dependencies: npm install -> Start the server: node server.js -> Open your browser and go to http://localhost:3000.