- Mastering Google App Engine
- Mohsin Shafique Hijazee
- 197字
- 2021-07-09 21:46:34
Chapter 1. Understanding the Runtime Environment
In this chapter, we will look at the runtime environment that is offered by Google App Engine. Overall, a few details of the runtime environment pertaining to the infrastructure remain the same no matter which runtime environment—Java, Python, Go, or PHP—you opt for.
From all the available runtimes, Python is the most mature one. Therefore, in order to master Google App Engine, we will focus on Python alone. Many of the details vary a bit, but in general, runtimes have a commonality. Having said that, the other runtimes are catching up as well and all of them (including Java, PHP, and Go) are out of their respective beta stages.
Understanding the runtime environment will help you have a better grasp of the environment in which your code executes and you might be able to tweak code in accordance and understand why things behave the way they behave.
In this chapter, we will cover the following topics:
- The overall architecture
- Runtime environments
- Anatomy of a Google App Engine application
- A quick overview of the available services
- Setting up the development tools and writing a basic application
- 黑客攻防從入門到精通(實戰秘笈版)
- Web程序設計及應用
- Visual C++程序設計教程
- The DevOps 2.3 Toolkit
- GitLab Cookbook
- SOA實踐
- Mastering Scientific Computing with R
- Building Cross-Platform Desktop Applications with Electron
- Effective Python Penetration Testing
- Learning Network Forensics
- Highcharts Cookbook
- Learning Unity 2D Game Development by Example
- 精通Python自動化編程
- 編程菜鳥學Python數據分析
- 微信小程序全棧開發技術與實戰(微課版)