BackboneJS - SPLessons

Backbone.js Tutorial

Home > Lesson > Chapter 1
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

Backbone.js Tutorial

Backbone.js Tutorial

shape Introduction

This chapter demonstrates about the Backbone.js Tutorial which is a frame work or java script library to create a single web page application and following are the concepts covered in this chapter.
  • About Backbone.js
  • Features of Backbone.js

About Backbone.js

shape Description

Backbone.js is a framework or JavaScript Library used to create a single page web application Which is used to create a client side application and it runs on a web browser. Which offers MVC Framework to abstracts the data into models, DOM into Views and which can bind by using Two events. Backbone.js is mostly used tp create a single page application by using a RESTful service for persisting data. History Backbone.js was released on 13th October 2010 and it was developed by Jeremy Ashkenas. When to Use Backbone .js Backbone.js is used to reduce the complications, for example, while creating an application which has lots of lines codes  using jQuery or JavaScript which is very complicated when replacing the dom elements and showing some animations in the applications or making some requests  which may become very complicated then Backbone.js provides an easy way to overcome these problems. If the application have lots of code and user need better design then the programmer can refer the Backbone.js library which has good functionality and it provides an organized way of structure to develop the application. Backbone.js get the communication via events then a user will get a fast application and code will be very cleaner and more flexible.

Features of Backbone.js

shape Description

Backbone.js have the several features in which following are the most important features.

Summary

shape Key Points

  • Backbone.js is a very light weight and simple library.
  • Backbone.js used to reduce the complications.
  • Backbone.js is mainly used to create single page web application.