ESP8266 NodeMCU Web Server using Server-Sent Events (Update Sensor Readings Automatically)
This tutorial shows how to use Server-Sent Events (SSE) in an ESP8266 NodeMCU Web Server programmed with Arduino IDE. SSE allows the browser to receive automatic updates from a server …