eyeos-usernotification

Library to notify users in eyeos

Usage no npm install needed!

<script type="module">
  import eyeosUsernotification from 'https://cdn.skypack.dev/eyeos-usernotification';
</script>

README

Eyeos User Notification Library

Overview

eyeos-usernotification is a single-stop library for all the things you need for notifying connected users.

Functionalities:

  • notify the user using her topic /topic/user_${principal_id}
  • notify the user using her queue /queue/user_${principal_id}
  • declare user queue and exchange

How to use it

see code samples under src/samples/:

Quick help

  • Install modules
    $ npm install
  • Check tests
    $ ./tests.sh