We.js plugin to sync memory status between instances with pub and sub
we i we-plugin-sys-pubsub
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
});
- We.js site: http://wejs.org
Copyright 2020+ Alberto Souza [email protected] and contributors , under the MIT license.