JavaScript Framework to just listen/subscribe & trigger/fire custom events similar to Backbone.Events?
Just curious if there was any JS mini/micro framework/lib that I am missing…
Backbone.Events does this, but any small framework/lib that just does this, or does it simpler/better?
Thanks.
I worked with Chaplin which uses the publish/subscribe pattern.
You can look for some “mediators” like Core.js, PubSub or Signal-js.
Referencing and user feedbacks in this post.