ring-sse icon indicating copy to clipboard operation
ring-sse copied to clipboard

Ring async (Spec 1.4+) Server-Sent Events handler (and helpers)

Results 5 ring-sse issues
Sort by recently updated
recently updated
newest added

Hi I'm a bit a new to Clojure but for the life of me I can't figure out a "hello world" version of this library. I've thus far done the...

TL;DR: The committed code will not close the inner output-stream, write-body-to-stream will close that one for us and since it is a proxy that calls complete on the AsyncContext we...

Hi, I see that the example code requires an async handler. Can it use a sync handler too, or is that a problem ? Thanks, Murtaza

It would be nice, if #5 was caught in tests.

Original [Pedestal implementation](https://github.com/pedestal/pedestal/blob/master/service/src/io/pedestal/http/sse.clj) includes support for CORS. We should re-enable if CORS info available in request.