This package has been deprecated

Author message:

No longer maintained

tradity-bus

1.0.1 • Public • Published

tradity-bus

NPM Version Build Status Coverage Status Dependency Status devDependency Status

Node.js module for generic communication between remote Node.js instances

This module provides a generic message passing interface which allows Node.js instances in a cluster and/or on multiple hosts to communicate, both in an evented manner and on a request/response basis.

API

Class: Bus

const instance = new bus.Bus();

One node in a network. You can have as many Bus instances per process as you want, but usually one should be enough.

License

MIT

Package Sidebar

Install

npm i tradity-bus

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • addaleax