@dreamworld/sysend

1.2.0 • Public • Published

Sysend

Installation

Using npm

npm install @dreamworld/sysend

or yarn

yarn add @dreamworld/sysend

Usage

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` });

Readme

Keywords

Package Sidebar

Install

npm i @dreamworld/sysend

Weekly Downloads

43

Version

1.2.0

License

MIT

Unpacked Size

8.94 kB

Total Files

4

Last publish

Collaborators

  • chiragmoradiya
  • chetang7
  • ajay-dhameliya
  • dw-devops