EventEmitter
This is an extraction of the EventEmitter functionality from nodejs.
Why?
The EventEmitter API is nice, and it would be a waste of effort to implement it on the browser. So, basically this is the code extracted so that it will run on either the client or server side.
Documentation
See nodejs/Events
License
See nodejs/LICENSE