#A Mimosa/Backbone.js To-Do App Example This is the canonical Backbone.js example, the To-Do List, re-implemented using the Mimosa build tool and its default technology stack, namely node.js, CoffeeScript, Require.js, Dust templates and Stylus.
This example contains two tags:
- local-storage-example: The code that this tag points to is pretty much a straight up translation of the original backbone example, using the same local storage addapter as the original.
- remote-storage-example: This tag extends the work done on the local storage example to move storage to the server, implementing a very simple but functional node-based persistence later.