开发者

What is the essence of google app engine? [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Pros & Cons of Google App Engine

Is it a host开发者_StackOverflow中文版ing site just like others paid hosting space? Is it just like a ftp server that i can upload files on it? the only difference is it has a unqiue dashboard to configure the database/ others things?

Also, i just get some experience in html/php . Why the app engine require skills in paython/java?? As i know that they are not web language? Thanks for kindly answer my question

To be more precise , can it served as a development tools? or a web space for putting files on it and configure the server behaviour just like appache???


Google appEngine is free of cost till some limit (around 500MB I guess). Also the server which you will built to be run on app engine will be either in python/Java.

As far as web programming is concerned the response to the queries of the client can be rendered as HTML/PHP on client side by the client's browser.

In short appengine runs your server part and your browser will be the client. And you have to code the behavior of the server on various responses by the client.
And google appEngines gives u a lot of other facilities as compared to many others.
Refer Google App Engine


No one explains it better than Google themselves: http://code.google.com/appengine/docs/whatisgoogleappengine.html It is a platform upon which you can develop web apps, plus have them hosted.

Python and Java are absolutely web languages. PHP is better suited to some functions and not as well-suited to others.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜