UNPKG

stomp

Version:

Implementation of the STOMP protocol in node.js

29 lines (15 loc) 2.46 kB
<!DOCTYPE html> <html> <head> <title>index.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="all" href="rocco.css" /> </head> <body> <div id="navbar"> <h3>stomp-js - Implementation of the STOMP protocol in node.js<em></em></h3> </div> <div id="container"> <div id="background"></div> <div id="jump_to"> Jump To &hellip; <div id="jump_wrapper"> <div id="jump_page"> <a class="source" href="index.html">Index</a> <a class="source" href="frame.html"> frame.js </a> <a class="source" href="index.html"> index.js </a> <a class="source" href="stomp.html"> stomp.js </a> <a class="source" href="stomp-utils.html"> stomp-utils.js </a> <a class="source" href="stomp-exceptions.html"> stomp-exceptions.js </a> </div> </div> </div> <table cellpadding="0" cellspacing="0"> <thead> <tr> <th class="docs"> <h1> index.js </h1> </th> <th class="code"> </th> </tr> </thead> <tbody> <tr id="section-1"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-1">&#182;</a> </div> <h1>stomp-js</h1> <h2>Overview</h2> <p>An exercise with node.js to implement the STOMP protocol.</p> <p>For documentation see doc/stomp.md and doc/frame.md</p> <h2>Installation</h2> <p><code>npm install stomp</code></p> <p><code>git clone https://benjaminws@github.com/benjaminws/stomp-js.git</code></p> <h2>Examples</h2> <h3>Consumer</h3> <p>See examples/stomp-consumer.js</p> <h3>Producer</h3> <p>See examples/stomp-producer.js</p> <h3>Producer with Transaction Support</h3> <p>See examples/stomp-producer-txn.js</p> </td> <td class="code"> <div class="highlight"><pre> </pre></div> </td> </tr> </tbody> </table> </div> </body> </html>