Is there a comprehensive list of Google App Engine applications out there? - google-app-engine

I'm considering leveraging Google App Engine for a small side project, but before I go in head first and start coding my apps (which are fairly trivial and common stuff) I'd like to check out what has already been done. But I haven't been able to find any place that lists the sorts of applications already out there. Anyone knows of such a place?

There would be the App Gallery for a starter...

Probably not comprehensive, but pretty close: Google App Engine Applications Gallery.

Also not comprehensive, but here are some that use app-engine-patch

The App Engine gallery has unfortunately been closed.
Google has a page on the Developers portal where they feature products and apps built with their technologies and API. The features items are handpicked by the Google Developers team (which you can always try to contact on G+).
You can filter that list based on which technology was used so the following link (with an appengine filter) will show you the apps built on App Engine:
https://developers.google.com/showcase/#tags=appengine

Related

What Google hosting should I choose for a Node.js and React website?

I want to be able to host my website on google servers, i would like to design the website using react along with node js in the backend, from my current research it seems that google app engine is the way to go.
Am i on the right path or should i be looking at another avenue.I don't expect the site to intake a lot of traffic so a low cost plan would be ideal, a free plan would be amazing if possible if possible.
I also read that google dns could be used for a website which seems pretty convenient, how exactly do i go about this?
Your on the right path. Goole app engine flexible environment is the ideal choice for you. Since you want your backend to run in Nodejs it's very simple to run Nodejs in Google app engine. Google also give you free $300 for the free trial and you can use it for 12 months.
Read more about the pricing in here
Read more about Nodejs in Google app engine flexible here

Does Google provide support for Google APIs for vaadin if not using google app engine as a runtime..?

I am new in vaadin and developing a web project so want to know if i do't use Google App Engine as my project's run time environment so that am able to use Google all APIs such as:
*Calender API
*Contact API
*Drive API
* and also other which google provide :
Google APIs
As i get to know that GAE has lot of limitations.
Please suggest me for the structure design of an Enterprise project with
Maven+vaadin+Runtime Environment(Jboss)+Eclipse+MySQL
Google APIs does not require your application to be running on Google App Engine unless of course you’re trying to use an App Engine specific API like this.
If you’re seeking suggestions on how to structure your project using Google App Engine, you may want to do so in official App Engine Google Group as such questions can be considered too broad on stackoverflow.

Are there any official plans to support Dart on Google App Engine?

Googling the web I haven't found anything that says something about whether Dart should eventually become supported by the Google App Engine hosting platform.
Google is saying that Dart should also be considered a language for developing the server part for a web application.
Does anyone know more about it?
An issue has been opened on Google Code for App Engine. I suggest you to stars it.
http://code.google.com/p/googleappengine/issues/detail?id=6092
It is now available for managed VMs (still beta)
See
https://www.dartlang.org/cloud/
https://pub.dartlang.org/packages/appengine
https://pub.dartlang.org/packages/gcloud
https://github.com/dart-lang/appengine_samples
for more details

Google App Engine for e-commerce web site?

I just learned about Google App Engine, and I must say it is fantastic.
But, based on the nature of Google app engine, is it possible to design an e-commerce website using Google App Engine? I mean, based on the huge cloud server platform provided by Google App Engine, we have a built-in content delivery network. But, should it be that way?
is it possible to design an e-commerce website using Google App Engine?
If you want to develop such a website then why not go for more portable alternative? For example, develop your e-commerce website on web2py or django. Both can be hosted on GAE (in case of web2py it just needs minor modifications). GAE imposes a lot of restrictions, but you can stop worrying about system administration and scaling as GAE takes care of it.
If you want to focus on developing an e-commerce website rather than on learning development specifically for GAE then I suggest you use web2py, because porting is very easy.
http://wiki.web2py.com/Deploying_web2py_on_Google_App_Engine_GAE_
I have tested it myself, you can check it if you like: http://memstats-w2py.appspot.com/
Now Google App Engine supports SSL over custom domain names.
https://developers.google.com/appengine/docs/ssl

eCommerce on Google App Engine

I'm looking for an eCommerce platform that could be installed on Google App Engine.
Any recommendations?
Thanks.
EngineCarts is one such choice, but costs money AFAICT.
You could probably port over a existing python django app such as Satchmo fairly easily.
Satchmo ,it sounds great, e-Commerce on Google App Engine.
I do not think that Satchmo can be deployed to Google App. Eng. "easily" due to many dependent libs.
If you take a look on Google App Engine reported issues or feature request. Its there.
Freeblisket works with Google's App Engine, and it is in Java.
Viur has also a Shop modul including:
shoppingcart
workflow for paing
adminworkflow for sending pakackes labeling payed status
payingmethods like: paypal, google wallet, sofortüberweisung...
You also may structure your Productdatabase in:
Folders
Trees
Lists and categories
it's open Source and you can download it at:
http://www.viur.is

Resources