WebSocket 实时推送进度

This commit is contained in:
CN-JS-HuiBai
2026-04-02 17:51:25 +08:00
parent b333ab6162
commit 41b985e1d1
4 changed files with 165 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.3"
"fluent-ffmpeg": "^2.1.3",
"ws": "^8.13.0"
}
}