- Building Serverless Web Applications
- Diego Zanon
- 140字
- 2021-07-15 17:31:30
AWS IoT
AWS IoT (Internet of Things) will be used in our solution to handle serverless notifications. Although the name indicates the usage of IoT devices, we will use this service exclusively for users connected through browsers. This is becasuse hooking a web page into a notification service to receive updates, through a subscription mechanism and not data polling, requires the usage of WebSockets, which are supported by IoT and not supported by Amazon SNS. So, although the IoT name may sound as a strange choice, we will use it because it is the only AWS service capable of handling our use case.
AWS IoT implements the publish-subscribe pattern using the Message Queuing Telemetry Transport (MQTT) protocol. We will see code examples in Chapter 9, Handling Serverless Notifications, while implementing live comments for product review pages of our sample website.
- Spring Boot 2實戰之旅
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- C語言程序設計教程(第2版)
- SAS數據統計分析與編程實踐
- PHP+MySQL網站開發項目式教程
- Web程序設計(第二版)
- C++ 從入門到項目實踐(超值版)
- Android群英傳
- 區塊鏈項目開發指南
- Python第三方庫開發應用實戰
- 大話程序員:從入門到優秀全攻略
- LibGDX Game Development By Example
- Game Programming using Qt 5 Beginner's Guide
- Neo4j權威指南 (圖數據庫技術叢書)
- Spring Microservices