FREELessons: 24Length: 1.8 hours
Related eBook and getting help directly from Andrew Burgess himself!

Free for subscribers! Backbone.js Blueprints by Andrew Burgess.

Next lesson playing in 5 seconds

Cancel

Getting Started with Backbone

Introduction

01:04

There are many front-end libraries to choose from when you're building a web application, and all of them have their pros and cons. In this course, you'll get your first look at one of the top contenders: Backbone. Backbone is an extremely flexible front-end library that offers an "MVC-ish" structure that will connect easily with your RESTful back-end.

Before you begin, you should know that Backbone requires Underscore, and often jQuery. If you don't know these libraries, you might want to check them out before getting started. Also, we'll use Express briefly, as a back-end; but don't worry if you haven't used that: it isn't required for Backbone.