Backbone JS Tutorial

Welcome to Backbone JS Tutorial

Backbone.js is a lightweight javascript library that facilitate creation of single page applications(SPA) in a structured manner. It is based on the Model–view–viewmodel (MVVM) design pattern which facilitates to create single page applications(SPA) using RESTful JSON interface for persisting data.

This Backbone.js tutorial is comprehensive guide on basic to advanced concepts of Backbone.js, it helps you to develop rich internet applications (RIA) using Backbone.js.

Audience

These tutorials are designed for beginners and experienced software professionals who want to learn or explore Backbone.js basic to advance concepts.

Prerequisites

Before you start proceeding with this tutorial, we are assuming that you are having moderate knowledge of HTML, CSS, JavaScript, and AJAX. We expect that you have basic understanding Document Object Model (DOM), JavaScript functions, events, and error handling.

More BackboneJS tutorial