js-integration-examples icon indicating copy to clipboard operation
js-integration-examples copied to clipboard

websocket.org: Service No Longer Available

Open internet-account opened this issue 3 years ago • 2 comments

According to websocket.org the service is no longer available. Trying the websocket example myself, I apparently can indeed not connect to echo.websocket.org

Should probably be mentioned here and also probably in https://guide.elm-lang.org/interop/ports.html which uses this exact example. No idea though if this repository is somehow directly "linked" to the elm guide?

internet-account avatar Sep 18 '21 03:09 internet-account

https://echo.websocket.events/.ws could be used instead, as described on https://www.lob.com/blog/websocket-org-is-down-here-is-an-alternative . An updated Ellie example using that service instead: https://ellie-app.com/gZqtsZdqWGga1

isberg avatar Mar 17 '22 16:03 isberg

There's also an echo server from websocat ws://ws.vi-server.org/mirror - otherwise websocat could be used on localhost for testing.

akiross avatar Nov 19 '22 14:11 akiross