stompjs-http-signature

0.0.6 • Public • Published

Stomp.js with http-signature support

Usage:

Stomp.overWS = require('stompjs-http-signature').overWS;
 
var client = Stomp.overWS('ws://127.0.0.1:3000', {
  onerror: function onerr(e) {},
  onclose: function onclose() {},
  sign: {
    algorithm: 'hmac-sha256',
    keyId: 'id',
    key: 'key',
  },
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    3
    • latest

Version History

Package Sidebar

Install

npm i stompjs-http-signature

Weekly Downloads

7

Version

0.0.6

License

BSD

Last publish

Collaborators

  • soplwang