Hacker News new | ask | show | jobs
by jonobr1 4784 days ago
I was not aware of these other event systems in JavaScript. Thanks for pointing these out!
2 comments

You also have Backbone events extracted from Backbone on https://github.com/bermi/eventify
Just to add to the list: https://github.com/necolas/emitter.js

:)

or https://github.com/component/emitter if you wanted to get real modular and release the library as smaller Components.