bme680_nodemcu_socketio.This application comprises multiple components: - NodeMCU client: runs MicroPython, reads air tempeature, pressure, humidity from BME680 and sends the readings via SocketIO to Flask server - Browser client: connects to Flask server, and receives the real time measurement data to be plotted in browser using Chart.js and Google charts - Flask server: uses Flask-SocketIO for receiving data from NodeMCU and sends data to conected browser clients