Backbone.js is a great client-side MV* (not MVC) JavaScript framework that provides structure to JavaScript applications by providing View, Model, Collection, and Router classes. Backbone also provides a pub sub (publish subscribe) mechanism, by allowing each of itâs objects to trigger and bind to events. Backbone Views act as a combination of traditional MVC Views and Controllers, since they allo
{{#tags}}- {{label}}
{{/tags}}