pexray-redux-websocket
v0.7.3
Published
A redux middleware to handle websocket connections
Downloads
4
Readme
redux-websocket
Summary
A Redux middleware for managing data over a WebSocket connection.
This middleware uses actions, dispatched with Redux to interact with a WebSocket server including connect, disconnect, message sending, and message receiving. All actions follow the Flux Standard Action model, using typescript-fsa
action creator.
This project is based on similar architecture as @giantmachines/redux-websocket.