You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

bones

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bones

Framework for using backbone.js on the client and server.

1.3.29
latest
Version published
Weekly downloads
28
-82.17%
Maintainers
9
Weekly downloads
 
Created

Bones

Bones provides conventions for Backbone applications. 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.

Getting started

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

Testing

To run the test suite, type npm test. Note: bones has to be in a folder named node_modules for tests to work correctly.

This can be done like:

ln -s `pwd` `pwd`/node_modules/bones

License

Bones is BSD licensed.

FAQs

Package last updated on 10 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts