Hacker News new | ask | show | jobs
by kneisley 4593 days ago
I have to +1 the parse.com suggestion. Their API has an Angular wrapper if you really know it well. Or, if you haven't hit the 'Angular Wall' (meaning you haven't built something of real-world complexity with it), you can use their JS SDK, which is a backbone fork.

I suggest you open source all of it, and keep HN up to date on progress. List out what the product should do, and how you want to design your models. You'll get some solid feedback.

Web iterates fast, so I'd use web rather than jumping right into native. You'll be able to show your code to coders, and show your product to social workers and those who support at-risk people.

1 comments

Would you say the same about Firebase?
I suggested Parse because I'm personally using it right now, so I know it well. That's obviously a bias, so take it as such. Firebase looks very similar. If you are going to lean on the greater community, Parse seems slightly better, because of the fact its a fork of Backbone-more people should understand pretty easily what's up with models.

Also, Parse is owned by Facebook and has pretty solid, simple login and integration with social sites.

I've tinkered with Firebase and looks quite comprehensive as well. From what I can tell there isn't much difference. They have a nice little wrapper for Angular too.