https://github.com/samchenyu/chatapplication
Full Stack Chat Application with Spring Boot
https://github.com/samchenyu/chatapplication
Last synced: 7 months ago
JSON representation
Full Stack Chat Application with Spring Boot
- Host: GitHub
- URL: https://github.com/samchenyu/chatapplication
- Owner: SamChenYu
- Created: 2024-07-07T09:50:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T16:27:11.000Z (over 1 year ago)
- Last Synced: 2025-01-22T17:29:59.173Z (over 1 year ago)
- Language: Java
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatApplication
## Chat Application with Spring Web Sockets
### Features:
- **Real-Time Chat:**
- Instant message delivery and updates using Spring WebSocket and STOMP protocol.
- **Message Persistence:**
- Messages are stored on the database, ensuring that all chat history is retained even if users disconnect or restart the application.
- **Chat Sessions:**
- Users can engage in multiple chat sessions simultaneously.
- **WebSocket Integration:**
- Utilizes WebSocket connections with SockJS and STOMP for efficient message handling and updates.
- Supports automatic reconnections and handles connection errors.
- **Responsive Front-End:**
- Provides a clean and intuitive chat interface with support for message display and input.
- **Login System:**
- Authentication is handled securely, ensuring only authorized users can access their chat sessions.
- Provides a login interface with error handling for invalid credentials.
### Technologies Used:
- **Frontend:** JavaScript, SockJS, STOMP
- **Backend:** Spring Boot, Spring WebSocket
- **Database:** MySQL
[Front End Login Design](https://codepen.io/Gogila-_/pen/VwJYqxB)
[Front End Chat Design](https://codepen.io/ThomasDaubenton/pen/QMqaBN)


**Database Design:**
