Give your JS App some Backbone with Models, Views, Collections, and Events.
Simple function to bind multiple methods to an ES6 class's 'this' object. Intended as an equivalent to Backbone's bindAll() method.
Module that can be mixed into any object to provide eventing. Heavily based on Backbone Events.