Home

npac-nats-rxjs-gw

stable
npm version
Build Status
Coveralls

About

npac adapter that provides gateway functionalities between NATS and RxJS pipelines

Installation

Run the install command:

npm install --save npac-nats-rxjs-gw

Configuration

This module uses the config.npacNatsRxjsGw property to gain its configuration parameters.

The default parameters can be found in src/config.js:

{
    npacNatsRxjsGw: {
    }
}

Get Help

To learn more about the tool visit the API docs.

References


This project was generated from the ncli-archetype
project archetype, using the kickoff utility.