0.2.2 • Published 5 years ago

@uhudev/service-link v0.2.2

Weekly downloads
10
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago