ricardoorellana
ricardoorellana

Reputation: 2340

What is the difference between collection and model in Backbone.js?

I am really new in Backbone.js and I would like to know the main difference.

I'm wondering if is possible to use Backbone.js for local storage?

Thank you.

Upvotes: 1

Views: 1255

Answers (1)

u.k
u.k

Reputation: 3091

  1. A collection is a list (collection) of models
  2. Look at https://github.com/jeromegn/Backbone.localStorage

Upvotes: 1

Related Questions