Skip to content

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

Notifications You must be signed in to change notification settings

wejs/we-plugin-sys-pubsub

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published