Digital
Now Reading
Backbone.js
0
Review

Backbone.js

Overview
Synopsis

Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

Category

Web Frameworks Software

Features

RESTful JSON interface
MVP design paradigm
JavaScript framework
View rendering
Collection Model

License

Open Source

Price

Free

Pricing

Subscription

Free Trial

Available

Users Size

Small (<50 employees), Medium (50 to 1000 Enterprise (>1001 employees)

Company

Backbone.js

PAT Rating™
Editor Rating
Aggregated User Rating
Rate Here
Ease of use
7.7
7.7
Features & Functionality
7.9
6.7
Advanced Features
7.9
9.0
Integration
7.7
8.9
Performance
7.8
8.5
Customer Support
7.8
7.9
Implementation
9.4
Renew & Recommend
2.7
Bottom Line

Backbone, represent the data as Models, which can be created, validated, destroyed, and saved to the server.

7.8
Editor Rating
7.6
Aggregated User Rating
4 ratings
You have rated this

Backbone.js is a JavaScript framework with a RESTful JSON interface and is based on the model–view–presenter (MVP) application design paradigm. It gives structure to web applications by providing models with key-value binding and custom events, collections with rich API of enumerable functions, views with declarative event handling, and connects it all to the user’s existing API.

Commonly, when working on a web application that involves a lot of JavaScript, it is easy to tangle up the routes and difficult to maintain the data sync between the HTML user interface and the JavaScript logic. Due to it, Backbone presents the data as Models, which can be created validated destroyed, and saved to the server as collections.

Whenever a user interface action causes an attribute of a model to change, the model triggers a "change" event; all the Views that display the model's state can be notified of the change, so that they are able to respond accordingly, re-rendering themselves with the new information.

In a finished Backbone app, the user does not have to write the glue code that looks into the DOM to find an element with a specific id, and update the HTML manually — when the model changes, the views simply update themselves. The project is hosted on GitHub, and the annotated source code is available, as well as an online test suite, an example application, a list of tutorials and a long list of real-world projects that use Backbone. Backbone is available for use under the MIT software license.

Filter reviews
User Ratings





User Company size



User role





User industry





Ease of use
Features & Functionality
Advanced Features
Integration
Performance
Customer Support
Implementation
Renew & Recommend

What's your reaction?
Love It
0%
Very Good
0%
INTERESTED
0%
COOL
0%
NOT BAD
0%
WHAT !
0%
HATE IT
0%