Add live captions stream endpoints and test sender

This commit is contained in:
Adolfo Reyna
2026-02-26 22:31:00 -05:00
parent e8dd905f27
commit 503c5ef1f4
4 changed files with 214 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"test": "npx mocha test/auth.test.js",
"start": "node index.js",
"live-captions:test-sender": "node scripts/liveCaptionsTestSender.js",
"docker": "docker compose up -d",
"docker_restore": "docker-compose exec mongo mongorestore --db EMI_SOCIAL /dump/EMI_SOCIAL/",
"docker_dump": "docker-compose exec mongo mongodump --uri ${MONGO_URL} --out /dump"