Backbone.js

Backbone.js
BackboneJS logo.png
Developer(s) Jeremy Ashkenas
Initial release October 13, 2010; 4 years ago (2010-10-13)
Stable release 1.1.2 / February 20, 2014 (2014-02-20)[1]
Development status Active
Written in JavaScript
Operating system Cross-platform
Size 6.3 KB production
56 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) and Actor model 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:

References

Further reading

External links