hemera-blipp

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hemera-blipp

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

3.68 kB

Total Files

5

Last publish

Collaborators

  • starptech