ss-mubsub

0.2.1 • Public • Published

ss-mubsub

Easy integration of mubsub into socketstream

Usage

  • Add this package to your package.json and do npm install
  • Add this line to your app.js:
ss.publish.transport.use(require('ss-mubsub'), {
  host: '127.0.0.1',
  port: 27017,
  db: 'example',
  options: {}});

The parameters above are the defaults. You only need to specify that which you want to change.

Issues

Currently doesn't work due to bug in socketstream. Waiting on my pull request.

Credits

This is really just a wrapper to this very creative project.

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ss-mubsub

    Weekly Downloads

    4

    Version

    0.2.1

    License

    none

    Last publish

    Collaborators

    • polidore