Bean Stomp

Component ID

1949494

Component name

Bean Stomp

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module is an implementation of STOMP (Streaming Text Oriented Messaging Protocol) over WebSockets using the Jeff Mesnil's JavaScript library (https://raw.github.com/jmesnil/stomp-websocket/master/dist/stomp.min.js) . Unlike the existing STOMP module, it does not provide two way communication.

The module allows a feed to be streamed to a web page using WebSockets to update a block using BEAN in real time.

This code has been tested against ActiveMQ and does need testing against other implementations of the protocols.