elm-websocket-client
Submitted by Bill St. Clair on Wed, 05 Sep 2018 02:49:40 GMT
Elm 0.19 shipped without an upgraded version of the elm-lang/websocket
package. Since I use WebSockets for my games, I badly miss it. So I wrote my own, billstclair/elm-websocket-client
. Since it uses ports to do the work that isn't in Elm itself, it needs a little more help from the user than Evan's package, but not that much.
Package: https://package.elm-lang.org/packages/billstclair/elm-websocket-client/latest
Changelog: https://github.com/billstclair/elm-websocket-client/blob/2.0.2/CHANGELOG.md