- 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.
- CockroachDB權(quán)威指南
- Python數(shù)據(jù)分析基礎(chǔ)
- JavaScript+Vue+React全程實(shí)例
- 重學(xué)Java設(shè)計(jì)模式
- Python機(jī)器學(xué)習(xí)經(jīng)典實(shí)例
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- Mastering Git
- Building Wireless Sensor Networks Using Arduino
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- 細(xì)說(shuō)Python編程:從入門(mén)到科學(xué)計(jì)算
- App Inventor少兒趣味編程動(dòng)手做
- Exploring SE for Android
- Appcelerator Titanium:Patterns and Best Practices
- Python 快速入門(mén)(第3版)
- 軟件設(shè)計(jì)模式(Java版)