Backbone.js
Developer(s) | Jeremy Ashkenas |
---|---|
Initial release | October 13, 2010 |
Stable release | 1.3.2 / March 12, 2016[1] |
Development status | Active |
Written in | JavaScript |
Operating system | Cross-platform |
Size |
7.5 KB production 72 KB development |
Type | JavaScript framework |
License | MIT |
Website |
backbonejs |
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,[2] Underscore.js, plus jQuery for use of the full library.[3] It is designed for developing single-page web applications,[4] and for keeping various parts of web applications (e.g. multiple clients and the server) synchronized.[5] Backbone was created by Jeremy Ashkenas, who is also known for CoffeeScript and Underscore.js.[6]
Use
The following web applications are built with Backbone.js:[7]
- 500px Web[8]
- Airbnb[9]
- BitTorrent.com
- Diaspora[9]
- Digg[10]
- DocumentCloud[9]
- Drupal 8[11]
- edX
- Flixster
- Foursquare[9]
- GeoGuessr
- Grooveshark[9]
- Groupon Now[9]
- Hulu[9]
- LinkedIn Mobile
- NewsBlur[12]
- Openbravo Mobile (with Enyo).[13]
- Pandora Radio[9]
- Sony Entertainment Network
- Soundcloud[9]
- Strideapp[9]
- The Climate Corporation
- Trello[9]
- USA Today.com[9]
- WordPress.com[9]
- xTuple (with Enyo).[14]
References
- ↑ "Backbone.js".
- ↑ Alex MacCaw (18 August 2011). JavaScript Web Applications. O'Reilly Media, Inc. p. 165. ISBN 978-1-4493-0351-8. Retrieved 27 April 2012.
- ↑ Dependencies, BackboneJS, October 14, 2015
- ↑ "What SendHub Learned Building a Single-Page Backbone.js App", ReadWriteWeb
- ↑ "Behind the rumours: how we built our Twitter riots interactive", The Guardian (London), 8 December 2011
- ↑ Stenger, Brad (April 4, 2012), "JavaScript Meetup City", Open (The New York Times)
- ↑ "Companies and Websites using Backbone.js".
- ↑ "Organizing Your Company to Embrace Microservices". InfoQ.
- 1 2 3 4 5 6 7 8 9 10 11 12 13 "Backbone.js".
- ↑ John Paul Titlow (22 July 2013). "Inside The Tech Stack Digg Used To Replace Google Reader". Co.Labs.
- ↑ "Backbone.js and Underscore.js are bundled into Drupal 8".
- ↑ Backbonification: migrating a large JavaScript project from DOM spaghetti to Backbone.js, Samuel Clay (NewsBlur) 13th November 2012
- ↑ "Mobile UI Components". Retrieved 2014-03-22.
- ↑ "A Shorter Letter". Retrieved 2014-03-22.
Further reading
- Osmani, Addy (March 22, 2013). Developing Backbone.js Applications (1st ed.). O'Reilly Media. p. 150. ISBN 978-1449328252.
- Echamea, Abiee (January 15, 2016). Mastering Backbone.js. Packt. p. 278. ISBN 978-1783288496.
External links
This article is issued from Wikipedia - version of the Wednesday, April 06, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.