Files
moeka-project/apps/stage-pocket
RainbowBird 007fae6810 chore: update package dependencies and remove specific catalog references
- Removed specific catalog references for '@unocss/core', 'es-toolkit', 'nanoid', and 'valibot' in pnpm-workspace.yaml and various service package.json files.
- Updated versions for '@vueuse/core', 'es-toolkit', 'nanoid', 'reka-ui', and 'valibot' to their latest compatible versions.
- Cleaned up unused catalog entries in pnpm-workspace.yaml.
2026-06-07 19:45:28 +08:00
..
2026-05-07 19:36:33 +08:00

アイリ VTuber

[Try it]

Heavily inspired by Neuro-sama

WebSocket Bridge

Stage Pocket adds a host-backed WebSocket bridge for @proj-airi/server-sdk.

Design constraints:

  • keep page loading on secure origins (https or app-hosted local origins) to preserve secure-context web APIs
  • only implement the WebSocket bridge needed by @proj-airi/server-sdk
  • native owns socket I/O; server-sdk owns reconnect, heartbeat, authentication, and connection state
  • the bridge only forwards connect, send, close, open, message, error, and close