This is a Brubeck adaption of this well-known backbone.js demo.
The API implementation is generated using Brubeck's AutoAPI (undocumented as of this writing). It generates the REST interface from a simple description of a todo item. The interactions between Javascript and the API are handled via backbone.js.
This project is currently a rough draft / example of Brubeck's AutoAPI. The AutoAPI is liable to change in the near term but compatibility with backbone.js will be preserved.
A fresh, empty todo list.
Three items in the list, one is accomplished.
Editing the name of one of the list items
The actual output from the AutoAPI.