https://github.com/hifizz/redux-middleware-ws
Redux websocket middleware. Multiple instance support.
https://github.com/hifizz/redux-middleware-ws
Last synced: 3 months ago
JSON representation
Redux websocket middleware. Multiple instance support.
- Host: GitHub
- URL: https://github.com/hifizz/redux-middleware-ws
- Owner: hifizz
- License: mit
- Created: 2018-06-21T13:46:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T03:54:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T12:29:32.000Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Redux websocket middleware

This is a Redux middleware for handling single or multiple websocket.
Websocket with redux maybe make you headake. So I create this module to help you.## Install
```bash
yarn add redux-middleware-ws
```## Usage
### Single instance
[](https://codesandbox.io/s/lrp134qv69)
online example:
### Multiple instance
- [] add multiple example
https://medium.com/@ianovenden/redux-websocket-integration-c1a0d22d3189