Users, traffic, availabilty, ...
Ask HN: Use Google App Engine? Share your stats
1–3 of 3 posts
Re: Ask HN: Use Google App Engine? Share your stats
#2___
As far as my personal experience goes, I just learned Python/AppEngine a couple weeks ago, and within a day or two I wrote a "random button" for a blog I like:
http://www.iwrotethisforyou.me/ (If you look at the URL of the "random post" link on the right, it goes to my appengine app)
From what I've read, there really is a certain "style" of app that fits well with GAE, namely one that fits within their requirements. Simplenote may just be the prime example of that. Also it has close integration with Google services (Blogger, Picasa, etc) which is what allowed me to so easily pull data from that blog with my app.
I personally see it as a great choice for Android (and possibly iPhone) Developers looking to serve a lightweight and easily scalable backend to support their mobile devices. I say Android because each Android device required a Google login, which will authenticate easily with App Engine. This is what I'm planning to do as a next step for my Android App.
Re: Ask HN: Use Google App Engine? Share your stats
#3I really want to hear the Simplenote/Simperium group talk (YC S10) about their experience: http://simplenoteapp.com/about/ I love their app and I'm really curious to how their experience with App Engine has been. ___ As far as my personal experience goes, I just learned Python/AppEngine a couple weeks ago, and within a day or two I wrote a "random button" for a blog I like: http://www.iwrotethisforyou.me/ (If you loo…
http://adtmag.com/blogs/watersworks/2010/10/mobile-app-creat...