A Spring Boot application demonstrating real-time notifications using WebSocket, similar to YouTube's subscriber notification system. This project showcases how to implement real-time messaging in web applications.
- Real-Time Notifications: Instant updates to users without page refresh.
- WebSocket Integration: Efficient two-way communication between client and server.
- Spring Boot Backend: Robust and scalable backend architecture.
- Simple Frontend: Minimalistic UI to demonstrate notification functionality.
- Backend: Spring Boot
- Frontend: HTML, JavaScript
- Communication: WebSocket
- Build Tool: Maven
git clone https://github.com/Surajhub21/RealTimeNotificationUsingWebSocket.git
cd RealTimeNotificationUsingWebSocket