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?