Hacker News new | ask | show | jobs
by pierrebouchet 4961 days ago
I'm in the "99% mobile" case.

It seems Parse offers many nice features in addition to transparent-ish "cloud" persistence, e.g Push notifications, etc.

Heroku's approach is really interesting. The idea of building a db model from the CoreData model is (I think) really elegant, but: - I'll also need to write an Android app - AFIncrementalStore is more generic but Parse's specialized classes seem more "plug-and-play".

I'll try Parse first.