I gotta say Parse has a great CEO. The key to success is partnerships in the direction of innovation and expansion of offerings based on consumer needs. Creating win-win deals not only between you & your customer but also between you & your partners. I wrote an email to Parse few weeks ago on possible integration with Twilio. Never heard from them, and now see this. Good stuff.
I am really impressed with the direction Parse is taking. It seems to me they are fixing the right problems and they are doing it step by step.<p>One thing I would love to see, is a way (an API) to abstract their Javascript library. I would really like to use another JS library other than their own. That would make the cloud code feature even better for me.<p>I am wondering how long it will take them to stop marketing themselves as a mobile app platform. They are [becoming] much more than that.
Gotta say, these guys are really killing it... and love the quick turn-around @csmajorfive on my comments last month, now just get going on the local caching :-)
<a href="http://news.ycombinator.com/item?id=4700062" rel="nofollow">http://news.ycombinator.com/item?id=4700062</a><p>I'd say Parse is aiming to take on SF.com / Heroku with this, it's certainly causing me to rethink a custom Rails3 stack we have in the works...
I just read the entire Cloud Code and Cloud Modules documentation, and there's one thing that doesn't quite make sense to me. There seems to be a piece missing.<p>So you implement some HTTP API using Cloud Code, and you deploy it. Shouldn't their SDK, through magical synergy, expose the native function to communicate with that API on the device? It seems like I can implement my HTTP API using Cloud Code, but I still have to bring in something like RestKit or ASIHTTPRequest on the device to actually talk to it.<p>So they have native APIs for talking to <i>their</i> HTTP API, but not the custom ones you implement using cloud code? Their example shows them calling it with curl, rather than "here's how to call this from inside your native app that already uses all the other Parse goodies"
I love that Parse reads StackMob's blog: <a href="http://blog.stackmob.com/2012/08/rocking-twilio-sms-with-stackmob/" rel="nofollow">http://blog.stackmob.com/2012/08/rocking-twilio-sms-with-sta...</a>
If this thing uses Javascript on the client side to send email or make phone calls, couldn't any visitor modify the Javascript to email anyone with any message (or make phone calls to anyone)?