- Mastering Google App Engine
- Mohsin Shafique Hijazee
- 146字
- 2021-07-09 21:46:36
Summary
This chapter described how the App Engine works in terms of scaling and the anatomy of a typical App Engine application. We then turned our attention towards the services that are at the disposal of an App Engine application. We had a brief overview of each one of these services. Next, we moved towards writing a simple web app that would print all the environment variables. Next, we ran it locally and deployed it on the cloud to examine its output and noted a few interesting headers that are added by App Engine.
This understanding of the environment is essential towards mastering Google App Engine. By now, you have a pretty good understanding of the environment under which your code executes. In the next chapter, we are going to examine request handling in detail and check out the options that we have while serving requests.
- Getting Started with Citrix XenApp? 7.6
- Python數據分析入門與實戰
- 編寫高質量代碼:改善Python程序的91個建議
- Git高手之路
- Cassandra Design Patterns(Second Edition)
- INSTANT CakePHP Starter
- FFmpeg入門詳解:音視頻原理及應用
- Illustrator CS6設計與應用任務教程
- Java高并發編程詳解:深入理解并發核心庫
- 微前端設計與實現
- Python預測分析與機器學習
- PHP項目開發全程實錄(第4版)
- Spring Boot從入門到實戰
- 城市信息模型平臺頂層設計與實踐
- Socket.IO Cookbook