A library designed to handle mvc by defining classes through IModel, adding appropriate attribues and methods and properties. This will then generate js to interface with it based off of backbonejs and rest calls back which will be handled by the library.
Backbone Ribs is an extension project which adds an additional layer of functionality to Backbone that simplifies creation of basic types of views, adds more granular JSON handling and separates concerns further by separating Views from Regions (see Views and regions below for details) which enables...
More information
A lightweight client MVC framework for building small Single Page Applications in Javascript. Based on some of the principles that drive Backbone it's an ideal lightweight solution for people either familiar with Backbone or wanting to start learning it.