STOMP is a simple text-orientated messaging protocol. It defines an interoperable wire format so that any of the available STOMP clients can communicate with any STOMP message broker to provide easy and widespread messaging interoperability among languages and platforms. This project implements Chat Server over Web Browser and we have implemented sample features as following.
##Features
- Chatting using Spring WebSocket
- Stomp over SockJS
- Online & Offline User Detection
- Stomp Topic & Queue Subscription
- Closing Browser Detection