Home

Awesome

Exoskeleton

Exoskeleton is a faster and leaner Backbone for your HTML5 apps.

http://paulmillr.com/exoskeleton/

What already works

All features you need for real-world app are working. All software tests are passing: underscore

Marionette and other popular plugins: WIP.

Building

Default and custom builds:

make # Will create exoskeleton.js
make noutils # If you want to use Underscore
             # and don't want to include `Exoskeleton.utils`.
make min     # Minified version.
# Custom, like this:
cat lib/{header,events,collection,sync,history,footer}.js > exoskeleton.js

Features

Also:

Differences