@uhudev/service-link
v0.2.2
Published
Library for interprocess communication
Downloads
10
Maintainers
Readme
Service Link
Description
ServiceLink is an abstraction layer on top of message brokers (only RabbitMQ currently). It's goal to make remote procedure calls as simple as possible using a promise based send/receive flow. It's ideal for interprocess communication between microservices.
How to install
npm install @uhudev/service-link --saveor
yarn add @uhudev/service-linkExample
Contributing
Tests
To run the tests you need to setup a RabbitMQ message broker (unfortunately there is no reliable mock library for the underlying amqplib yet).
