-
Notifications
You must be signed in to change notification settings - Fork 45
Home
kkaefer edited this page May 17, 2011
·
14 revisions
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.
There are also Plugins & Applications that use Bones and contain additional documentation and examples.