介绍

本项目是针对 https://github.com/thomasdavis/backbonetutorials 制作的 gitbook 图书,原因是其原来的网站和格式都不能看了。

About

Backbone Tutorials is a collection of tutorials written by Thomas Davis. Everything is open source and I try my best to keep the tutorials updated. Though I am busy and only work on this is my spare time so many contributors have also help me put this resource together.

Backbone.js Beginner Video Tutorial

I have put extra effort into making a very easy to understand Backbone.js video which is also free. It is 70mins long and covers everything you need to know when getting started.

Watch Video

Beginners

  • Why would you use Backbone.js?
  • What is a model?
  • What is a view?
  • What is a router?
  • What is a collection?

Intermediate

  • Real-Time Backbone With PubNub
  • SEO for single page applications
  • Organizing your application using Modules (require.js)
  • Cross-domain Backbone.js with sessions using CORS Lightweight
  • Infinite Scrolling using Twitter API
  • Simple example - Node.js, Restify, MongoDb and Mongoose

External Tutorials

Example Apps