UNPKG

@mojaloop/central-services-stream

Version:
37 lines (18 loc) 715 B
# Message Stream Library Readme for the Message Stream Library for Mojaloop ## Message Protocol Refer to the following Message Protocol documentation for more information on what messages can be produced and consumed by this library. ### Documentation Refer readme.md [Message Protocol](./protocol/readme.md) ## Install 1. npm install @mojaloop/central-services-shared ## Producer ### Documentation Refer to JSDocs for the [producer.js](./producer.js) ### Usage Refer to the example in [examples/producer.md](./examples/producer.md) ## Consumer ### Documentation Refer to JSDocs for the [consumer.js](./consumer.js) ### Usage Refer to the example in [examples/consumer.md](./examples/consumer.md)