mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
| .. | ||
| android | ||
| ios | ||
| public | ||
| resources | ||
| src | ||
| .swiftlint.yml | ||
| capacitor.config.ts | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| uno.config.ts | ||
| vite-env.d.ts | ||
| vite.config-env.d.ts | ||
| vite.config.ts | ||
アイリ 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 (
httpsor 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-sdkowns reconnect, heartbeat, authentication, and connection state - the bridge only forwards
connect,send,close,open,message,error, andclose