Socket
Socket
Sign inDemoInstall

bones

Package Overview
Dependencies
128
Maintainers
9
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bones

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


Version published
Maintainers
9
Created

Readme

Source

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

Last updated on 10 Jan 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc