Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 362
Marc Avatar asked Oct 26 '11 08:10

Marc


People also ask

Does Google App Engine support Haskell?

Custom Runtimes and Containers Haskell, Google App Engine provides support for Custom Runtimes in the GAE flexible environment.

Is App Engine more expensive than compute engine?

App Engine instances are more expensive than Compute Engine instances on a per hour basis. If you have a constant load, it's cheaper to keep a GCE instance running.

When should I use App Engine?

App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand.


2 Answers

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

like image 144
sahid Avatar answered Sep 20 '22 15:09

sahid


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

like image 40
Günter Zöchbauer Avatar answered Sep 18 '22 15:09

Günter Zöchbauer