This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-17
Channels
- # announcements (2)
- # babashka (1)
- # beginners (54)
- # calva (19)
- # clj-kondo (7)
- # cljs-dev (6)
- # cljsrn (18)
- # clojure (11)
- # clojure-europe (19)
- # clojurescript (7)
- # conjure (3)
- # cursive (7)
- # datomic (4)
- # figwheel-main (2)
- # fulcro (4)
- # helix (5)
- # honeysql (24)
- # instaparse (2)
- # lsp (20)
- # malli (17)
- # off-topic (6)
- # pathom (2)
- # practicalli (2)
- # shadow-cljs (2)
- # tools-deps (34)
- # vim (7)
I haven't, but here is a Clojure lib for consuming SSE events: https://github.com/cjohansen/clj-event-source written by @U9MKYDN4Q
@ben.sless I have an SSE-like test for babashka.curl here: https://github.com/babashka/babashka.curl/blob/cf71c8ae24a4f8ec85663970f4b8a3f63a0c1a6b/test/babashka/curl_test.clj#L172
I'd prefer not to shell out to cURL. It should be possible to get back an event stream from a http client, such as in https://github.com/CiscoSE/commons-networking
👍 3