Bones provides conventions for Backbone applications. It allows most code to be shared on the server and the client. Bones exposes your Backbone 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.
The wiki contains more information on Getting Started and on the concepts in Bones.
- The simple app example is a good quickstart to making a bones application.
To run the test suite, type npm test
. Note: bones has to be in a folder named node_modules
for tests to work correctly.
Bones is BSD licensed.