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

Bones

Bones is an application framework built with node.js which uses and builds upon Backbone's application conventions. 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