编写 HTTP 服务器
编写 HTTP 服务器的 Dart 资源包括
文档
#- 使用 Google Cloud 提供了有关 Dart 服务器可以使用 Google Cloud 产品的信息,例如 Cloud Run。
- 使用 Google API 指向资源,帮助您在 Dart 应用中使用 Firebase 和 Google 客户端 API。
示例
#- 简单的 Dart HTTP 服务器
- 使用
shelf
包。 - 还使用
shelf_router
和shelf_static
包。 - 可部署在 Cloud Run 上。
- 使用
- 使用 Cloud Firestore 的 Dart HTTP 服务器
- 使用
googleapis
包中的 Cloud Firestore 功能。 - 还使用
googleapis_auth
、shelf
和shelf_router
包。 - 可部署在 Cloud Run 上。
- 使用
除非另有说明,否则此网站上的文档反映了 Dart 3.5.3。页面最后更新时间:2024-05-06。 查看源代码 或 报告问题.