@fullstack-one/events

fullstack.one events package

Usage no npm install needed!

<script type="module">
  import fullstackOneEvents from 'https://cdn.skypack.dev/@fullstack-one/events';
</script>

README

@fullstack-one/events

Events system for fullstack-one packages and applications.

You can emit events and add and remove event listeners for local and global events.

  • Local: All events emitted of the own node
  • Global: All events emitted with the same configured namespace and events database

Please, find usage information in the code.