supervised-emitter

A event emitter library that supports middleware functionality which can be used to supervise the events flow in the system / application.


Keywords
event, emitter, scalable, middleware, glob, pattern, state, event-emitter, glob-pattern, pub-sub, react, redux, state-management, wildcard
License
MIT
Install
npm install supervised-emitter@1.0.0

Documentation

Supervised-Emitter (SE) Coverage Status Build Status Maintainability License MIT PR Welcome Commitizen friendly

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.