Search code examples
ember.jsember-datarapid-prototyping

What's the simplest/easiest backend solution for Ember.js?


I'm a total Ember.js noob, and need to get my head around the backend considerations, which it seems very few tutorials cover as of yet. For rapid prototyping, what's the simplest/easiest backend setup? I see a few ember-rails tutorials out there, but is it really necessary to build a whole Rails backend? Can something like Parse do the backend work via an Ember Data adapter? Would that end up being just as much work as doing it in Rails? Should I be looking at Node?


Solution

  • I too am noob. I tried ember with ember model and parse. I was able to do it with Ember model parse adapter but was not able to do non-embeded relationship. I think ember model is good.