Open In App

Explain the Architecture of Backbone.js

Backbone.js was developed by Jeremy Ashkenas. The first version of backbone.js was released on 13th October 2010. It is a lightweight and powerful tool used for developing single-page client-side applications. It is based on the Model-View Controller framework that binds data, which is abstracted into models, and DOM which is abstracted into views, using events. It is a JavaScript library.

Applications of Backbone.js: Following are the applications of Backbone.js.



Architecture of Backbone.js:

Architecture of Backbone.js

The architecture of Backbone.js consists of the following entities



  1. HTTP Request
  2. Router
  3. View
  4. Events
  5. Model
  6. Collection
  7. Data Source

Working of Backbone.js: Following is the workflow of Backbone.js:

Reference: https://backbonejs.org/

Article Tags :