*** Welcome to piglix ***

Backbone.js

Backbone.js
Backbone.js logo.svg
Developer(s) Jeremy Ashkenas
Initial release October 13, 2010; 6 years ago (2010-10-13)
Stable release
1.3.3 / April 5, 2016; 9 months ago (2016-04-05)
Repository github.com/jashkenas/backbone/
Development status Active
Written in JavaScript
Operating system Cross-platform
Size 7.5 KB production
72 KB development
Type JavaScript library
License MIT
Website backbonejs.org

Backbone.js is a JavaScript framework 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 hard dependency is on one JavaScript library,Underscore.js, plus jQuery for use of the full library. It is designed for developing single-page web applications, and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized. Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript and Underscore.js.

The following web applications are built with Backbone.js:



...
Wikipedia

...