Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 424 Bytes

BACKBONE.md

File metadata and controls

8 lines (6 loc) · 424 Bytes
title excerpt
Backbone
a structural framework for dynamic web apps

Backbone

Backbone.js is a framework giving structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to existing APIs over a RESTful JSON interface.