A node.js server that receives IoT sensor data and broadcast it via web
A node.js server that receives IoT sensor data and broadcast it via web Introduction I constantly strive to easily access real-time, high-frequency data streams, or remotely deploy sensor data. Following data acquisition, the convenience of analyzing or visualizing this sensor data through algorithms is essential. This is a basic project that allows the Sensor_driven_by_MCU submit the data on to the nodejs_driven_server and allows the user record the data via web page that receives data from the nodejs_driven_server via WebSocket. see the diagram below:
…