Hacker News new | ask | show | jobs
by brabel 1402 days ago
> I expect websockets to make a return, which were dropped with Elm 0.19...

Websockets were dropped?? It seems support was introduced with subscriptions in Elm 0.17[1] as a great feature?? How did that happen?

[1] https://elm-lang.org/news/farewell-to-frp

1 comments

The official reason is here: https://github.com/elm-lang/websocket

I believe it's quite possible to support websockets with the current language features, though, and I hope that websockets will be ready for Gren along with the 0.2.0 release in december.