Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 296 Bytes

stomp-js

Overview

An exercise with node.js to implement the STOMP protocol.

For documentation see doc/stomp.md and doc/frame.md

Examples

Consumer

See stomp-consumer.js

Producer

See stomp-producer.js

Producer with Transaction Support

See stomp-producer-txn.js