Files
dashboard/.qoder/repowiki/knowledge/zh/音频设备管理全栈平台/音频设备管理后端 API/技术栈.md
T
2026-07-09 10:33:19 +08:00

5 lines
445 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- **运行时与框架**Node.js 22 (Alpine), Express.js v4。
- **数据持久化**MySQL (via `mysql2` and `sequelize` ORM)。
- **缓存与搜索**Redis (via `ioredis` for EQ cache), Meilisearch (via `axios` for model search)。
- **文件存储**AWS S3 (via `@aws-sdk/client-s3` for OTA packages and measurement files)。
- **工具库**`jsonwebtoken` (JWT), `zod` (Schema 验证), `multer` (文件上传), `winston` (日志)。