Loading
Loading
Real-time operations dashboard for a US-based smart-armour manufacturer — streams live data from 50+ connected devices over WebSockets.
Live WebSocket streams
Device event → rendered chart
Throttled batch update
Aethes Armour (USA) ships smart protective equipment with embedded sensors. I built the operations dashboard their team uses to monitor fleet health in real time — 50+ devices streaming telemetry simultaneously, with operator-facing alerts and historical inspection views.
Resolution
Throttle and batch incoming events on a 100ms cadence. Components only re-render the slices that actually changed.Resolution
Exponential backoff with jitter, plus an in-memory event buffer so the dashboard catches up on reconnect instead of dropping data.