Listener Packages

destroyable-listener

The package provides a simplist API to extend Node.js's event listener creators. What eventually changes is that creator functions will return an Object with a `destroy` method so that you don't have to have a reference to event listener's function in ord

1.0.2 • Published 8 years ago

the.eventbus

Eventbus let you design your code on event/listener approach. Eventbus executes listeners sequential when an event is fired. I had implemented this approach on refactoring a hude javascript method. This approach allows you to implement business logic by c

1.0.4 • Published 8 years ago