All Projects → developmentseed → Bones

developmentseed / Bones

Licence: bsd-3-clause
A client/server web application framework built on Express and Backbone

Programming Languages

javascript
184084 projects - #8 most used programming language

Bones

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.

Getting started

The wiki contains more information on Getting Started and on the concepts in Bones.

Example Application

Testing

To run the test suite, install mocha and type npm test.

Code coverages tests require jscoverage. To generate a report run npm run-script coverage.

License

Bones is BSD licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].