Explain what is Backbonejs?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Prachi

    Backbone.js refers to a JavaScript library having a RESTful JSON interface. It is also based upon the model view presenter application and is known for its efficiency and lightweight. Providing the structure for web applications. It also helps with models and their key-value bindings along with custom events. With its help, the developer can structure the client-side applications running on web browser asset also offers an MVC framework.

Related Questions

Please Login or Register to leave a response.

Related Questions

Backbone js Interview Questions

List Dependencies of using BackboneJs?

Backbone’s Js only hard dependency is Underscore.js ( >= 1.8.3). For RESTful persistence and DOM manipulation with..

Backbone js Interview Questions

What is the use of BackboneJS route?

The Backbone.js router is used to change the URL fragment or hashes of an application to create bookmarkable and shareab..

Backbone js Interview Questions

What is a collection in Backbone.js?

In Backbone.js, the collection is used to represent ordered set of models. Any event in model triggers an event in colle..