This is a real-time chat application built with HTML, EJS, CSS, Node.js, Socket.IO, MongoDB, and Bcrypt for secure user authentication.
- Real-time chat with multiple users.
- Secure user registration and login with hashed passwords.
- MongoDB database for user management.
- Responsive user interface.
- Open your web browser and go to http:// localhost:3000.
- Sign up for a new account.
- Log in with your new account.
- Start chatting with other users in real time.
- Node.js and npm installed
- MongoDB installed and running
- Clone the repository:
git clone https://github.com/yourusername/real-time-chat-app.git cd real-time-chat-app - Navigate to the project directory:
cd your-project - Install project dependencies:
npm install
- Start the application:
npm start
- Open your web browser and go to http:// localhost:3000.



