Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developmentseed/bones
A client/server web application framework built on Express and Backbone
https://github.com/developmentseed/bones
Last synced: 3 months ago
JSON representation
A client/server web application framework built on Express and Backbone
- Host: GitHub
- URL: https://github.com/developmentseed/bones
- Owner: developmentseed
- License: bsd-3-clause
- Created: 2011-02-21T06:55:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T04:04:39.000Z (about 7 years ago)
- Last Synced: 2024-07-20T03:19:16.178Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 668 KB
- Stars: 483
- Watchers: 59
- Forks: 45
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bones
Bones provides conventions for [Backbone](http://documentcloud.github.com/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](https://github.com/developmentseed/bones/wiki) contains more information
on [**Getting Started**](https://github.com/developmentseed/bones/wiki/Getting-Started)
and on the [concepts](https://github.com/developmentseed/bones/wiki/Plugin-Architecture) in Bones.## Example Application
* The [simple app example](https://github.com/developmentseed/bones/tree/master/examples/simple) is
a good quickstart to making a bones application.## Testing
To run the test suite, install [mocha](http://visionmedia.github.com/mocha/) and type `npm test`.
Code coverages tests require [jscoverage](https://github.com/visionmedia/node-jscoverage). To generate a report run `npm run-script coverage`.
## License
Bones is [BSD licensed](https://github.com/developmentseed/bones/raw/master/LICENSE).