backbone-relations
Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.
Install
npm install backbone-relationsUse
Include the file in your browser or for Node:
require 'backbone-relations'Check out the tests for examples.
Test
npm test