Overview

What is Backbone.js?

Backbone.js is a light weight JavaScript library that allows to develop and structure client side applications that run in a web browser. It offers MVC framework which abstracts data into models, DOM into views and bind these two using events.

History

Backbone.js was developed by Jeremy Ashkenas and initially released on October 13, 2010.

When to use Backbone

Features