A real time chat application to provide users a platform to connect and communicate with others. Developed using HTML, CSS for frontend and Javascript for client side scripting and Node.js, Express for backend and MQTT for messaging protocol.
- Real-time messaging using MQTT
- User Authentication
- Responsive User Interface
- Interactive user Interface
- Proper error handling
- User management
- Search feature to search for a specific user
- Access of all registered user's list with pagination and sorting feature.
- Clone the repository.
- Install Node.js if it is not.
- Install dependencies with 'npm install'.
- Start the server with 'node backend/server.js'
- Open 'index.html' in your browser with live server.