1.0.2 • Published 6 years ago

hemera-blipp v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago