elm-community / js-integration-examples

Examples of common uses of ports and web components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websocket.org: Service No Longer Available

internet-account opened this issue · 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?

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

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