This package has been deprecated

Author message:

Deprecated

resolve-bus-zmq

0.19.8 • Public • Published

resolve-bus-zmq

npm version

This package is a resolve-es adapter for emitting events using ZeroMQ (based on the zeromq package).

Available Parameters

You can pass the following arguments when initializing an adapter:

  • address - the ZMQ's IP-address. The default is 127.0.0.1.

  • channel - the channel where messages are available. The default is DEFAULT.

  • pubPort - the publisher port. The default is 2110.

  • subPort - the subscriber port. The default is 2111.

Usage

import createAdapter from 'resolve-bus-zeromq'
 
const adapter = createAdapter({
  address: '127.0.0.1'
})

Analytics

Package Sidebar

Install

npm i resolve-bus-zmq

Weekly Downloads

0

Version

0.19.8

License

MIT

Unpacked Size

28.2 kB

Total Files

30

Last publish

Collaborators

  • resolve-admin
  • reimagined-admin
  • vladihost
  • lykoi18