4
votes

My goal is to implement an Ember.js front end with a Parse backend. I am reading in the documentation for Parse that it is based on backbone.js and can easily be integrated into a backbone app with little code change.

Our JavaScript SDK is based on the popular Backbone.js framework. It is compatible with existing Backbone applications with minimal changes on your part.

Question is, can Parse objects be as easily integrated into an Ember app? If so, how?

3

3 Answers

2
votes

You could take a look how they've solved the combination of Ember and Parse.com at Neptune. It claims to be a

baseline project meant to provide a solid foundation to build upon the Node/Ember/Parse stack

However I doubt you'll be able to integrate Parse objects into Ember app as easily as with Backbone, but it certainly seems doable.

5
votes

There have been a lot of updates to my Ember Data Adapter for Parse: http://clintjhill.github.com/ember-parse-adapter/

1
votes

http://clint-hill.com/2012/12/17/ember-parse-data-adapter/ is an Ember adapter for Parse (I have not used it, but would be curious to hear how well it works).