Experience instant messaging and group collaboration
Chatterbox is a real-time chat application built with Spring Boot and WebSockets. Learn how to implement bidirectional communication for instant messaging!
- π¬ Instant Messaging - Real-time message delivery
- π₯ Group Chat - Multiple users in same room
- π Notifications - User join/leave alerts
- π Low Latency - WebSocket protocol
βββββββββββββββ WebSocket ββββββββββββββββββββ
β Client ββββββββββββββββββΊβ Spring Boot β
β (Browser) β STOMP/SockJS β WebSocket Serverβ
βββββββββββββββ ββββββββββββββββββββ
Spring Boot | WebSocket | STOMP | SockJS | JavaScript
git clone https://github.com/Shubh2-0/Chatterbox.git
cd Chatterbox
mvn spring-boot:run
# Open http://localhost:8080Keywords: WebSocket Spring-Boot Real-Time-Chat STOMP SockJS Messaging Java