docs: update the memory bank

This commit is contained in:
Yusuf İpek
2025-10-11 20:19:45 +03:00
parent d182a05b31
commit edd6c4416f
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@
- **Backend Worker:** Node.js service run with `tsx`, using `youtubei.js` for Innertube chat ingestion, `fastify` + `@fastify/cors` for REST/SSE transport, and `eventemitter3` for internal pub/sub.
- **Shared Types:** Simple TypeScript module in `shared/chat.ts`, imported via the `@shared/*` path alias defined in `tsconfig.base.json`.
- **Realtime:** Server-Sent Events for overlay updates; WebSockets remain a future enhancement option.
- **Timezone Handling:** Browser timezone detection via `Intl.DateTimeFormat().resolvedOptions().timeZone` with GMT+3 fallback for international users.
## Tooling & Commands
- Single root `package.json`; `pnpm install` manages all deps.