@dreamworld/sysend
v1.2.0
Published
## Installation
Readme
Sysend
Installation
Using npm
npm install @dreamworld/sysendor yarn
yarn add @dreamworld/sysendUsage
import sysend from '@dreamworld/sysend';
//Listern for `custom-message` message
sysend.on('custom-message', function(message) {
//Handle on `custom-message` message
});
//Broadcast message
sysend.broadcast('custom-message', { message: `Hello` });