Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Th3On3Fr33man
#46812
bbx10node wrote:I have not used AJAX on ESP but I have used WebSockets. See the following for a small example controlling an LED.

When more than 1 client is connected, all clients see the LED status change without having to refresh the page.

https://gist.github.com/bbx10/667e3d4f5f2c0831d00b


Thank you, I used this as the basis for the new version of my application and so far it appears to be working FAR better than the ajax ever did.