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