0.1.1 • Published 11 years ago

stomp v0.1.1

Weekly downloads
1,217
License
-
Repository
github
Last release
11 years ago

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://benjaminws@github.com/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