backbone-collection-crud
Add save
and destroy
to your collections.
Install
npm install backbone-collection-crud
Use
Include the file in your browser or for Node:
require 'backbone-collection-crud'
Check out the tests for examples.
Test
npm test