使用 Astro 的后端服务
准备好向你的 Astro 项目添加身份验证、监控、存储或数据等功能了吗?按照我们的指南之一集成后端服务。
¥Ready to add features like authentication, monitoring, storage, or data to your Astro project? Follow one of our guides to integrate a backend service.
后端服务指南
标题部分 后端服务指南¥Backend service guides
请注意,这些页面中的许多都是存根:它们是资源的集合,等待你的贡献!
¥Note that many of these pages are stubs: they’re collections of resources waiting for your contribution!
什么是后端服务?
标题部分 什么是后端服务?¥What is a backend service?
后端服务是基于云的系统,可帮助你构建和管理后端基础设施。它提供了一组用于管理数据库、用户身份验证和其他服务器端功能的工具和服务。这使你能够专注于构建应用,而不必担心管理底层基础设施。
¥A backend service is a cloud-based system that helps you build and manage your backend infrastructure. It provides a set of tools and services for managing databases, user authentication, and other server-side functionality. This enables you to focus on building your applications without having to worry about managing the underlying infrastructure.
为什么我要使用后端服务?
标题部分 为什么我要使用后端服务?¥Why would I use a backend service?
如果你的项目有复杂的服务器端需求,你可能需要考虑后端服务,例如:
¥You might want to consider a backend service if your project has complex server-side needs, for example:
-
用户注册和身份验证
-
持久数据存储
-
用户上传的资源存储
-
API 生成
-
实时通讯
-
应用监控