- 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.
推薦閱讀
- Extending Jenkins
- Git Version Control Cookbook
- C語言程序設計實訓教程
- 基于Java技術的Web應用開發
- Test-Driven Machine Learning
- Learning Node.js for .NET Developers
- Spring Security Essentials
- Hacking Android
- 數據分析與挖掘算法:Python實戰
- Mastering OAuth 2.0
- Implementing Microsoft Dynamics NAV(Third Edition)
- Java多線程并發體系實戰(微課視頻版)
- Go Systems Programming
- Python滲透測試編程技術:方法與實踐(第2版)
- R語言數據分析從入門到實戰