0.2.2 • Published 6 years ago

@uhudev/service-link v0.2.2

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

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 --save

or

yarn add @uhudev/service-link

Example

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).

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago