This is a simple chat application developed using JSP and MongoDB. It allows users to enter their unique code and chat in a common chat room. Messages are stored in a MongoDB database, and users can send and fetch messages in real time.
- User authentication via unique code
- Real-time message sending and fetching
- Persistent message storage using MongoDB
- Simple and user-friendly interface
- JSP for server-side scripting
- MongoDB for data storage
- JavaScript (jQuery) for AJAX requests and real-time updates
- HTML/CSS for the front-end layout
- Java Development Kit (JDK): Ensure you have JDK installed.
- Apache Tomcat: You need a server to run your JSP files.
- MongoDB: Set up a MongoDB Atlas account and create a database named
chatapp.
git clone https://github.com/sumitscript/chat-app-jugad-.git
cd chatapp