Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By gargo
#41483 I need to generate a page/response continiously. For example I want to show current time on a page.
The problem is all the examples mean "one request-one response". The worst thing is these examples contain delays (1 second or more).
Could you provide an example in which esp9266 updates data independently from outer requests (in all the examples it waits for a client) and when esp8266 continuously updates data very often (15 times in second or more)