- Building Serverless Web Applications
- Diego Zanon
- 72字
- 2021-07-15 17:31:26
What you should avoid
Avoid applications that have the following features:
- CPU-intensive with long running tasks
- Constant and with predictable traffic
- Real-time processing
- Multiplayer-intensive games
Regarding multiplayer games, you can build a serverless backend that handles the communication between players with very low latency through serverless notifications. It enables turn-based and card games, but may not fit so well for first person shooters, for example, which require constant and frequent server-side processing.
推薦閱讀
- 零基礎學Visual C++第3版
- Python快樂編程:人工智能深度學習基礎
- 從零開始:數字圖像處理的編程基礎與應用
- Python程序設計(第3版)
- Visual C++實例精通
- Java加密與解密的藝術(第2版)
- Mastering Kali Linux for Web Penetration Testing
- 用Python實現深度學習框架
- SQL Server與JSP動態網站開發
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 零基礎學C語言第2版
- Building Dynamics CRM 2015 Dashboards with Power BI
- Extending Unity with Editor Scripting
- 單片機原理及應用技術
- Mastering Concurrency in Python