- 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.
推薦閱讀
- Java逍遙游記
- ServiceNow Application Development
- Python for Secret Agents:Volume II
- 信息可視化的藝術:信息可視化在英國
- 跟“龍哥”學C語言編程
- Java入門很輕松(微課超值版)
- HTML5 Mobile Development Cookbook
- 精通Scrapy網絡爬蟲
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Android傳感器開發與智能設備案例實戰
- Julia High Performance(Second Edition)
- Visual Basic程序設計實驗指導及考試指南
- C語言從入門到精通
- Java核心編程
- Beginning C# 7 Hands-On:The Core Language