REST-WebSocket Redux Integration

JSON →
library 1.0.51 ·javascript
verified Jun 7, 2026

Version 1.0.51. This package integrates REST API and WebSocket communication with Redux-based state management for JavaScript applications, targeting Angular and other frameworks. It provides ApiClient (backed by Axios) with retries, timeouts, and custom error handling, and a WebSocketClient with reconnection logic. Unlike standalone HTTP or WebSocket libraries, it automatically dispatches Redux actions (wsMessageReceived, apiRequestSuccess, apiRequestFailure) and includes TypeScript definitions. However, the documentation is sparse and the version patch number suggests ongoing maintenance; it is not widely adopted.