Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 474 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 474 Bytes

stomp-js

Overview

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

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

Installation

npm install stomp

git clone https://[email protected]/benjaminws/stomp-js.git

Examples

Consumer

See examples/stomp-consumer.js

Producer

See examples/stomp-producer.js

Producer with Transaction Support

See examples/stomp-producer-txn.js

Contributors

rofflwaffls -at- gmail.com