Skip to content
kkaefer edited this page May 16, 2011 · 14 revisions

Bones

Bones provides conventions for Backbone applications. It allows most code to be shared on the server and the client. Bones exposes your Backbone controller routes as regular paths on the server so they can be accessed by non-JavaScript agents, while capable clients can enjoy the normal client-side Backbone experience.

Table of Contents

There are also Plugins & Applications that use Bones and contain additional documentation and examples.

Clone this wiki locally