The document discusses building a single-page application using Backbone.js, Node.js and other technologies. It describes how Airbnb built a wish lists feature as a single-page app using Backbone for the model-view architecture, Handlebars for templating, and Bootrap for UI/layout. The app fetches data from an API on demand and handles routing through a Backbone router to update the content view.
Related topics: