Y
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
bfm
4783 days ago
You also have Backbone events extracted from Backbone on
https://github.com/bermi/eventify
link
imjared
4784 days ago
Just to add to the list:
https://github.com/necolas/emitter.js
:)
link
ajacksified
4784 days ago
Or
http://github.com/ajacksified/Mediator.js
:D
link
ianstormtaylor
4784 days ago
or
https://github.com/component/emitter
if you wanted to get real modular and release the library as smaller Components.
link