1.1.1 • Published 4 years ago

we-plugin-sys-pubsub v1.1.1

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

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.

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago