I am inclined to BackboneJs for mvc structuring javascript files now. I am quite happy with the current setup and i would like to now improve my knowledge of other javascript frameworks available that is tiny in it's core like Backbonejs, provides collection to manage array of models like Bb does. I tried SpineJs
, SammyJs
with simple app but i think they are quite lacking something which i am unable to identify currently. Which other frameworks have i got at my disposal, also is there a way to emulate collections in either of the above said libraries.
Backbone.js - Other frameworks that provide Collections
652 Views Asked by Deeptechtons At
3
There are 3 best solutions below
0

TaffyDB is the closest that I can think in dealing with collection of js objects. It has a database - like api in dealing with js objects. However, you have to
- convert spinejs' to json before inserting to taffy db
- taffyDB does not provide way to synchronize data to server
It seems too much of a work, though I've suggested it in case it may be useful to you.
0

Models in SpineJS have some basic Collection functionality.
Check out the Model Relationships guide on the SpineJS website.
Your question deserve a 4 pages answer....
to make it short:
hope this helps. bye.