Ok, I am looking at it...
On this website:
https://www.websocket.org/echo.htmlI got the messages: "CONNECTED" and the "This browser supports WebSocket".
I run the example code from this website:
https://www.tutorialspoint.com/websockets/websockets_opening_connections.htm#:~:text=Once%20a%20connection%20has%20been,handshake%20between%20client%20and%20server.&text=All%20you%20have%20to%20do,the%20URL%20of%20your%20server.with the IP that the ESP8266 writes on the serial (from the server code that I have posted to my first message), and the message I get on the serial is:
or
followed by two ASCII symbols...
and this happens everytime I refresh the browser...
Also I installed the extension you have posted, Iopen it and I put the IP address of the ESP8266, I press "Open" and it stucks in "CONNECTING" mode...
Any idea??
Thanks
#update: The google extension works!!! I had another client running that's why it was stuck! You are amazing! Thanx..
2 Questions:
1) In case I want the ESP8266 be accessible from more than 1 clients, can it work?
2)In case I want to access from an android phone, what should I do?
Thanks a lot for your help