Some small Backbone modules by me. The most interesting one here is Backbone.ViewEvents which is an alternative implementation of Events for Backbone.View — allows for view events to bubble up through the view hierarchy which is automatically inferred from views' position in DOM. I think it is in some way similar to Twitter's Flight approach to communicate between parent and child components.