WSE Client
JSON →WSE (WebSocket Engine) React client for the Rust-based WSE server ecosystem. Current stable version 2.3.2, released monthly. Provides type-safe React hooks with auto-reconnect, offline message queue, and E2E encryption via ECDH P-256 + AES-GCM-256. Key differentiators: Rust-accelerated server with zero-GIL data path, pre-framed broadcast, and lock-free state using DashMap; client supports MessagePack binary transport, topic subscriptions, queue groups, and presence tracking. Requires Zustand for state management and natively ships TypeScript definitions.