Liking cljdoc? Tell your friends :D

brainoutsource.clojure-websocket


closeclj

(close client code)
source

connectclj

(connect url
         &
         {:keys [on-open on-message on-close on-error]
          :or {on-open (constantly nil)
               on-message (constantly nil)
               on-close (constantly nil)
               on-error (constantly nil)}})
source

send-bufferclj

(send-buffer client buf)
source

send-bytesclj

(send-bytes client bytes)
source

send-msgclj

(send-msg client msg)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close