为什么值得关注生产级 ASGI 框架,自带 OpenAPI 文档、Pydantic 校验与依赖注入。
什么时候不该用非 HTTP 服务,或已围绕 Django 自带 ORM 与 admin 体系标准化的 团队。
风险提示需正确处理后台任务异常、审慎使用 async 端点;在 async 路由中执行阻塞 调用会拖垮整个服务。
证据
审核查了什么
最近发布:Active release train; verified against the repository releases page at review time.
发布节奏:Regular minor releases; security fixes ship promptly.
维护状态:Large maintainer team and contributor base; de facto standard for typed ASGI services.
许可证:MIT
考虑过的替代方案:flask、django-ninja、litestar