Core stack
- Electron + React + Vite desktop client
- Fastify HTTPS/WSS server with mediasoup SFU
- SQLite persistence via better-sqlite3
- pnpm monorepo with shared protocol types
Technology used
packages/
├── shared/ # Protocol types, permissions, crypto types
├── server/ # Fastify (HTTPS) + mediasoup SFU + SQLite
└── client/ # Electron + React + Vite desktop appDeeper technical references: README architecture section and security deep dive.