6 ms·
I was not aware of these other event systems in JavaScript. Thanks for pointing these out!
by jonobr1 13y ago
I was not aware of these other event systems in JavaScript. Thanks for pointing these out!
- imjared 13y agoJust to add to the list: https://github.com/necolas/emitter.js https://github.com/necolas/emitter.js :)
- ajacksified 13y agoOr http://github.com/ajacksified/Mediator.js http://github.com/ajacksified/Mediator.js :D
- ianstormtaylor 13y agoor https://github.com/component/emitter https://github.com/component/emitter if you wanted to get real modular and release the library as smaller Components.
- bfm 13y agoYou also have Backbone events extracted from Backbone on https://github.com/bermi/eventify https://github.com/bermi/eventify