
A client/server web application framework built on Express and Backbone
Bones is a tool that provides conventions for Backbone applications, allowing for the sharing of most code between server and client. It exposes Backbone routes as regular paths on the server, making them accessible to non-JavaScript agents while still providing a client-side Backbone experience.
Bones is a tool designed for Backbone applications that offers conventions for structuring code and facilitates sharing code between the server and client. It exposes Backbone routes on the server to make them accessible to non-JavaScript agents while still providing a client-side Backbone experience. Additionally, Bones is BSD licensed, making it suitable for various projects.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.