Displaying data from arduino cloud iot to webpage / ESP32

Hi There,

We have connected our esp32 to arduino cloud succesfully.
Now we want to have the data of a thing variable displayed on a webpage updated regularly( a simple number type variable 1-5). Where do we start implementing this?

Is node.js scripting required or can we have a simple php script that displays the realtime number countdown on our html webpage via the cloud (rest)api?

Thank you in advance!
Kind Regards,

is the Webpage running on the ESP32 - if so have a look at ESP32 randomnerdtutorials.com/esp32-web-server-sent-events

I don't think that is on the Arduino Cloud is it?

I use the IoT remote app to access the Arduino Cloud. Not sure if there is any other way.