lambdaisland / kaocha-cljs

ClojureScript support for Kaocha
Eclipse Public License 1.0
40 stars 10 forks source link

Remove Websocket requirement? #8

Closed nwjsmith closed 5 years ago

nwjsmith commented 5 years ago

First of all: thank you for kaocha-cljs, I had this magical experience yesterday where I hooked it up to my Clojure project, renamed files from clj -> cljc and everything Just Worked™️.

I was wondering is if you would be interested in having the Websocket dependency removed? If I'm understanding this comment of yours correctly, then it seems like HTTP long-polling would be a good fit and something that works on Node.JS, Nashorn, and in-browser.

plexus commented 5 years ago

I certainly didn't mean to imply we should drop the websocket. If someone wants to replace it with something equivalent that works equally well and is available on more platforms then of course that's welcome.

nwjsmith commented 5 years ago

@plexus Haha I worded my comment weirdly, you didn't imply dropping the websocket. Since you're open to the idea I'll try to work out something that can work on all the platforms without further dependencies. Thanks for following up!