Redux WebSocket Bridge

JSON →
library 0.3.0-0 ·javascript
verified Jun 7, 2026

WebSocket messages to Redux action bridge that lifts WebSocket messages into Redux actions and vice versa. Version 0.3.0-0 (pre-release). It automatically parses JSON messages that follow Flux Standard Action (FSA) format and dispatches them to the store, and allows sending Redux actions as WebSocket messages. Supports raw messages and FSA-style actions, with lifecycle events for open, close, and message. Lightweight middleware with namespace support for multiple connections. Inspired by redux-websocket but simpler to integrate.