Community

EventEmitter Invokes Event Callbacks In The Context Of The EventEmitter Instance In Node.js

(Ben Nadel) This is a small but powerful Node.js feature. When you bind an event handler to an EventEmitter instance (or a sub-class instance such as Readable Stream), that callback gets invoked in the context of that EventEmitter instance.

Read More - Register for Free Membership