sayseakleng / spring-websocket-stomp_over_sockjs

Chat Server by using Spring Websocket (Stomp Over SockJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Websocket (Stomp Over SockJS)

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

About

Chat Server by using Spring Websocket (Stomp Over SockJS)


Languages

Language:Java 75.8%Language:HTML 12.4%Language:JavaScript 11.8%