elm / http

Make HTTP requests in Elm
https://package.elm-lang.org/packages/elm/http/latest
BSD 3-Clause "New" or "Revised" License
154 stars 46 forks source link

Support Server Sent Events (SSE) ? #55

Open Dnomyar opened 5 years ago

Dnomyar commented 5 years ago

Hi there,

I seems that there is no native way to do Server-Sent Events in Elm. I was wondering if, adding this feature, is in the roadmap ?

I have found an implementation here : https://github.com/gpremer/elm-sse-ports

Motherboard commented 4 years ago

I'd also love to have this feature built in.

ChristophP commented 4 years ago

Same here. That would be a great subscription to have. Wouldn't be hard to use ports with EventSource but would be a cool addition to this package definitely.

bcb commented 4 years ago

I’m happy using ports for this.