https://github.com/abelflopes/websocket-sensors
Implementation of a React application Connected to a websocket server displaying live information from multiple sensors
https://github.com/abelflopes/websocket-sensors
react redux redux-toolkit typescript websocket
Last synced: about 2 months ago
JSON representation
Implementation of a React application Connected to a websocket server displaying live information from multiple sensors
- Host: GitHub
- URL: https://github.com/abelflopes/websocket-sensors
- Owner: abelflopes
- Created: 2023-11-17T20:42:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T00:26:11.000Z (over 2 years ago)
- Last Synced: 2025-01-14T17:20:10.666Z (over 1 year ago)
- Topics: react, redux, redux-toolkit, typescript, websocket
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sensors Dashboard - React + TS + Redux + WebSocket
Implementation of a React application Connected to a websocket server displaying live information from multiple sensors.
This implementation redux connected to an api client service responsible to connect with the websocket server that provided the live sensor feed.
Run this project using - `npm ci && cpm start`
