hemera-blipp

Prints your server actions to the console

Usage no npm install needed!

<script type="module">
  import hemeraBlipp from 'https://cdn.skypack.dev/hemera-blipp';
</script>

README

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