Clojure WebSocket Client

前端 未结 6 828
死守一世寂寞
死守一世寂寞 2021-02-07 05:40

I have set up a WebSocket server using http-kit that should accept web socket connections. It is the basic example shown in the http-kit documentation.

The quest

6条回答
  •  误落风尘
    2021-02-07 06:13

    http-kit's client does not support WebSocket yet(I can't think of a good API for it). Aleph is a good option for this kind of use case. Another option is http.async.client, I've used it in http-kit's server's websocket unit test: here

提交回复
热议问题