Backbone.js

Backbone.js
Backbone.js logo.svg
Developer(s) Jeremy Ashkenas
Initial release October 13, 2010; 4 years ago (2010-10-13)
Stable release 1.2.2 / August 19, 2015; 25 days ago (2015-08-19)[1]
Development status Active
Written in JavaScript
Operating system Cross-platform
Size 7.3 KB production
69 KB development
Type JavaScript library
License MIT
Website backbonejs.org

Backbone.js is a JavaScript library with a RESTful JSON interface and is based on the model–view–presenter (MVP) application design paradigm. Backbone is known for being lightweight, as its only dependency is on one JavaScript library,[2] Underscore.js. It is designed for developing single-page web applications,[3] and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized.[4] Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript.[5]

Use

The following web applications are built with Backbone.js:[6]

References

Further reading

External links