STOMP protocol |
STOMP is the Simple (or Streaming) Text Oriented Messaging Protocol. |
https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol |
STOMP implementations |
STOMP compliant message servers and client implementations |
https://stomp.github.io/implementations.html |
stompjs |
stompjs is a library that provides a STOMP client for Web browser. |
https://github.com/jmesnil/stomp-websocket |
stompjs |
the documentation written by the creator of stompjs (who is no longer maintaining). |
http://jmesnil.net/stomp-websocket/doc/ |
stompjs |
rewritten stompjs with typescript |
https://github.com/stomp-js/stompjs |
stomp |
the server broker used by stompjs |
https://www.rabbitmq.com/stomp.html |
stomp |
a nodejs stomp broker implementation |
https://github.com/4ib3r/StompBrokerJS |
react-stomp |
react component packaging sockjs-client and stompjs |
https://github.com/lahsivjar/react-stomp#readme |