svelte-websocket-store

JSON →
library 1.2.15 ·javascript
verified Jun 7, 2026

A Svelte store that synchronizes with a WebSocket backend. Current stable version is 1.2.15, with no specific release cadence (community-maintained). Key differentiators: built on Svelte writable stores, automatic JSON serialization/deserialization, JWT authentication support, and seamless integration with Svelte 5. Peer dependency on Svelte ^5.45.8. Suitable for real-time applications where server state must be mirrored in Svelte components via reactive stores.