Supervised-Emitter (SE)
This is yet another event emitter library, but if you're keen on knowing:
- motive behind this library
- possibilities with this library
- features
- better approach for communication between components
- highly scalable
- battle tested
Incase of triggering multiple calls, this library can help Avoid the same, instead you may have to fire the event just once and the rest is taken care of.
Then Please visit this page for official documentation
Installation
npm i supervised-emitter --save
API documentation
Please visit this page for API documentation.
CHANGE-LOG
Please refer to this page for change-logs.
Contribution
Please read the contribution guidelines before raising a PR.
For discussion related to a new feature or modifications please raise an issue here.