VizIoT was developed as the practical artifact of my B.Sc. thesis. It solves the problem of making raw IoT sensor streams comprehensible to non-technical users by offering an interactive dashboard with live-updating charts. The back-end (Node.js + Express) ingests telemetry via REST endpoints and persists it in SQLite, while the front-end renders data with the scientific-grade GR Framework for high-performance 2D/3D plots. I designed the full architecture, implemented both client and server, and benchmarked rendering performance under varying data volumes.
