morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

Connection failed. #3

Open ghost opened 8 years ago

ghost commented 8 years ago

Any reason why connection would fail when connecting to echo.websocket.org (just like the demo file)?

Siarhei-Hanchuk commented 8 years ago

Respose from echo.websocket.org is 404. Change it to example.com

ildr3him commented 8 years ago

On http://www.websocket.org/echo.html I can connect to ws://echo.websocket.org

But when opening echo.websocket.org in browser i get 404, or when Pinging with terminal I can't find that server either.

What alternatives are there?