we-plugin-sys-pubsub

We.js we-plugin-sys-pubsub plugin

Usage no npm install needed!

<script type="module">
  import wePluginSysPubsub from 'https://cdn.skypack.dev/we-plugin-sys-pubsub';
</script>

README

we-plugin-sys-pubsub

We.js plugin to sync memory status between instances with pub and sub

Installation

we i we-plugin-sys-pubsub

API

we.sysPubsub.subscribe('cached-main-menu-changes', function(data) {
  console.log('cached-main-menu-changes:data:', data);
  // data will be { menuId: 10 }
});

we.sysPubsub.publish('cached-main-menu-changes', {
  menuId: 10
});

Links

Copyright and license

Copyright 2020+ Alberto Souza contato@albertosouza.net and contributors , under the MIT license.