1.0.2 • Published 5 years ago

hemera-blipp v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Hemera-blipp package

npm styled with prettier

Prints your server actions to the console. So each time hemera starts, you know which actions are available.

Usage

const hemera = new Hemera(nats)
hemera.use(require('hemera-blipp'))

Symbols

  • REQ: Registered with request / reply semantics.
  • PUB: Registered with publish / subscribe semantics.
  • $: Indicates that special dollar options are used.

Output

🏷️  Actions:
REQ     topic:math,cmd:add
REQ     topic:math,cmd:sub
PUB/$   topic:notify
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

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