socket-store
JSON →Socket-store is a lightweight WebSocket-first topic state store for JavaScript/TypeScript that routes incoming messages by topic to typed handlers. Version 0.0.3 ships TypeScript types and supports schema-based usage for type safety. It provides store.send, store.subscribe, store.getState, and connection status tracking. Compared to generic WebSocket wrappers, it offers a structured state management pattern similar to Redux but for real-time topics. Released as an early-stage package (0.x.x) with limited adoption; no breaking changes documented yet.
Resources
packagesocket-store ↗