javascript - What are the major differences (pros/cons) between ember-model, ember-restless, and emu? -
a recent ember-data blog update has suggested @ ember-model, ember-restless, , emu alternatives ember-data communicate conventional apis. can please provide in-depth comparison of these libraries?
of three, have used ember-model (and of course ember-data). however, did evaluate other two, ember-restless, , emu well.
i picked ember-model because of following reasons:
- created , maintained erik bryn, core emberjs team member
- this important me because have view switch ember-data when ready, , ember-model appears aligned, both in syntax , style, ember-data
- byo$a (bring own ajax) - ember-model not prescriptive @ resources should be.
- no need worry url path conventions, , needing override them
- allows me construct own xmlhttprequest, , whatever processing necessary before loading records
- (ember-restless , emu behave ember-model' restadapter, , not give degree of flexibility)
although have not used emu, unqiue feature has built in support push updates models. while rather nifty feature have, not requirement me, , chose ember-model.
while not quite in-depth comparison asked for, enough me make choice, hth.
Comments
Post a Comment