Hi,
I am writing an Websocket application where several clients can connect to a NodeMCU/ESP8266 web server and move a servo motor with a slider on the webpage. I understand how to send the data from the slider to the servo, but I would like to have the slider work such that if one Client moves it, then the position of the slider button will be updated on the other Clients' page.
Is this possible?
Thank you,
Helge.