Welcome to the Anonymous Chat App, a simple web-based chat application where users can join anonymously and communicate with each other. Realtime messages with WebSocket and stomp
- Anonymous user login with a unique nickname.
- Real-time chat using WebSocket and STOMP protocol.
- Simple and responsive user interface.
Make sure you have the following installed on your machine:
- Node.js - JavaScript runtime
- Java Development Kit (JDK) - Required for running the Spring Boot backend
- Clone the repository:
git clone https://github.com/swapniltake1/anonymous-chat-app.git
- Navigate to the project directory:
cd anonymous-chat-app
- Install backend dependencies:
- Assuming you have Maven installed
cd backend
mvn install
Start the Spring Boot backend:
- Inside the 'backend' directory
mvn spring-boot:run
-
Frontend: HTML, CSS JavaScript, jQuery WebSocket, SockJS, STOMP
-
Backend: Java, Spring Boot WebSocket, SockJS, STOMP
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.