Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using the Parse API (parse.com) with ember.js models

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?

like image 902
hagope Avatar asked Feb 18 '23 04:02

hagope


1 Answers

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

like image 149
clintjhill Avatar answered Mar 04 '23 09:03

clintjhill