clojure - HTTP Kit WebSocket client -
i'm bit confused how create http-kit websocket client. on site there example how create websocket server, , creating client trivial can't seem right. examples out there not focused on javascript clients?
p.s. discussion in this question, aleph example, , indication http-kit supports websocket client.
take @ clj-wamp . tutorial examples worked out of box me
% git clone https://github.com/cgmartin/clj-wamp-example.git % cd clj-wamp-example % lein run
[update] server side (although there's javascript sample client in tutorial). client side may want check out sente , chord.
Comments
Post a Comment