https://www.donskytech.com/display-real-time-sensor-data-using-websockets/
This post will discuss how you can capture and display your sensor data in almost real time using websockets. Part of the challenges in any Internet of Things (IOT) project is how you can capture your sensor values and visualize it using charts for display. We are going to build our own custom dashboard application with charts built using a full stack application that we created using Node.js and React.js that will display our sensor data sent thru websockets.
Comments