Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module will add Backbone.js to your application / website

In their own words:

Backbone supplies structure to JavaScript-heavy 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 your existing application over a RESTful JSON interface.

It is intended to extend it to create models based on node objects for views displays and anything else I can think of!

The current version requires:
Backbone 0.5.3
Underscore 1.3.0
json2.js

be added to backbone_api/js/framework

Project information