Gabriel Gonzalez <[email protected]> writes: > So I honestly can't think of any other way to improve the library at this > point. I will wait a few more days and if nobody has any other objections > I will push this to Hackage. Then we can focus on a `pipes`-based HTTP > server.
I'm quite interested in a `pipes`-based HTTP server. Right now I'm using `warp` with `wai-eventsource` to do Server-Sent Event streaming. Which works decently enough for me, but it would be nice to get rid of the cognitive overhead of having two different stream abstractions in the same application. Perhaps obviously, server-sent events -- and similar uses of long-lived HTTP connections -- make a nice use case for streaming libraries. I think GHC and `pipes` could provide an excellent way to write servers for push-based services, which of course are increasingly popular! -- Mikael Brockman @mbrock -- You received this message because you are subscribed to the Google Groups "Haskell Pipes" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
