jarohen / chord

A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async.
439 stars 40 forks source link

Clojure client? #40

Open metasoarous opened 9 years ago

metasoarous commented 9 years ago

I realize (looking at #20) that Clojure clients are not currently supported, but it would be a nice feature for the client API to work on Clojure as well. And just for the record (in regard to #20 again), http-kit does not have client-side websocket support, only server support.

jarohen commented 9 years ago

It certainly would! I'm not averse to using something apart from http-kit for the client, so if there's a better library out there, let me know :)

I'm afraid I don't have a lot of time at the moment, would you be able to put together a PR?

James

metasoarous commented 9 years ago

Afraid I don't have time to work on this myself either. The only thing I can really point you to is gniazdo, which offers web socket clients over jetty.