Answer the question
In order to leave comments, you need to log in
How does App Engine work?
Good afternoon!
I worked a little with a virtual machine on Google Cloud - everything is clear here. Just a remote computer in fact.
I don't quite understand the purpose of App Engine. The virtual machine seems to be unnecessary. As I understand it now, just a higher-level hosting is used than in a virtual machine.
Questions:
1) I read this:
App Engine allows developers to build scalable applications in Python and Java without thinking about low-level architecture.
Answer the question
In order to leave comments, you need to log in
1. The point is that you don’t have to think about what OS your application is running on, how to restart it, you don’t need to learn kuber and docker.
Just uploaded the code and it already works great and scales.
2. Well, Google has mastered only a python with Java, that's all.
And when we talk about the Python and Java languages, this only means the back-end of the application.
At the level of abstraction where GAE works, there are no containers. Google provides a platform on which to run applications and doesn't care how it works under the hood. This is the advantage, you can only think about the code and not be distracted by the infrastructure.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question