Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS 无服务器 WebSockets 模式与 AWS AppSync


使用 AWS AppSync 的 WebSockets 模式

AWS AppSync 是一种托管的 GraphQL 服务,提供实时数据同步。

AWS AppSync 还提供离线开发功能。

AWS AppSync 可以自动订阅状态更新。

订阅在数据更新时返回数据更新。

它也称为实时更新。

它最适合数据驱动的用户界面。

GraphQL 比 REST API 更新的 API 标准。

它每年都越来越流行。

在某些领域,GraphQL 被认为是最佳实践。


使用 AWS AppSync 的 WebSockets 模式视频

W3schools.com 与亚马逊网络服务合作,为我们的学生提供数字培训内容。


工作原理

客户端为数据更新设置订阅。

然后通过 AppSync 服务提交数据。

当数据更改时,客户端通过订阅接收更新。

它适用于数据更改和工作状态更改。


AWS AppSync 与 Amazon API Gateway 的比较

在此模式中,您可以选择使用 Amazon API Gateway 或 AWS AppSync。

在选择其中一个之前,您应该评估工作负载的重要因素。

与 Amazon API Gateway 相比,AWS AppSync 减少了 API 调用的数量。

AWS AppSync 允许客户端仅过滤所需数据。

Amazon API Gateway 的优势在于它提供了更多最佳实践。

Amazon API Gateway 的知识领域也更大。


AWS 无服务器练习

通过练习测试自己

练习

订阅的另一个名称是什么?

A  update

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.