This document provides an overview and summary of Javascript application architecture using Backbone.js and Underscore.js. It discusses the traditional web architecture with server-side rendering compared to client-side MVC frameworks. It then covers the basics of Backbone.js including models, collections, RESTful APIs, and how Backbone handles CRUD operations and tying the front-end to backend data. Templating with Underscore.js and building single page apps are also mentioned.