APP ENGINE:
Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hosting web applications.
STANDARD ENVIRONMENT:
for example if the code is developed in python 2.7 that should run and only support 2.7 not in 3.5
FLEXIBLE ENVIRONMENT:
for example if the code is developed in python 2.7 that can run in 2.7 and also in 3.5
COMPUTE ENGINE:
Google Compute Engine lets you create and run virtual machines on Google infrastructure.
Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hosting web applications.
STANDARD ENVIRONMENT:
for example if the code is developed in python 2.7 that should run and only support 2.7 not in 3.5
FLEXIBLE ENVIRONMENT:
for example if the code is developed in python 2.7 that can run in 2.7 and also in 3.5
COMPUTE ENGINE:
Google Compute Engine lets you create and run virtual machines on Google infrastructure.
No comments:
Post a Comment