0.1.10 • Published 2 years ago

@involves/nats-stream-lib v0.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@involves/nats-stream-lib

Build status

Install

npm install @involves/nats-stream-lib --save

Example usage

    const express = require('express')
    const { NatsStreamMiddleware } = require('@involves/nats-stream-lib')

    const app = express()
    app.use(NatsStreamMiddleware.setService)
    app.get('/:id', (req, res) => {
        await req.integration.natsStream.publish('queueName', 'message')
        res.send()
    })

How to run the tests

At the terminal, just type the command:

make test
0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago