1.0.0 • Published 6 years ago

multi-rpc-cluster-ipc v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

multi-rpc-cluster-ipc

NPM

FOSSA Status

Multi-RPC Cluster-IPC is a transport for multi-rpc that communicates over the cluster API (process.send).

The cluster master can act either as a server or client, and the cluster worker can act either as a server or client.

Example

For examples see example/. Make sure you install "multi-rpc" via npm install before running the tests. Multi-RPC is a peer dependency

Building

Multi-RPC Cluster-IPC is written in TypeScript. To compile JavaScript run npm run build.

Documentation

Documentation is available in the docs/ folder or online here.

To generate docs run npm run docs.