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.