1.0.1 • Published 8 years ago

tradity-bus v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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