The use of the ESP8266 in the world of IoT

User avatar
By Josep112
#71916 I have nothing on the javascript side, I thought using the esp server side with async this problem would be solved, what do you suggest to solve this?
User avatar
By Pablo2048
#71918 Well - the client side (javascript) starts connection to the websocket right? So it is also responsible for reconnecting (IMHO it's obvious - how do you think that restarted ESP will connect to previously connected clients). Did you try to do some searching for how to handle websockets?