Liking cljdoc? Tell your friends :D

com.deercreeklabs.talk2.server


<send-msg!clj

(<send-msg! {:keys [arg conn-id msg-type-name server timeout-ms]})

close-connection!clj

(close-connection! {:keys [conn-id server]})

make-epclj

(make-ep {:keys [handlers on-connect on-disconnect protocol *stop?]})

make-on-connectclj

(make-on-connect {:keys [path->ep *conn-id->info *server]})

make-path->epclj

(make-path->ep {:keys [path->endpoint-info *stop?]})

send-packet!clj

(send-packet! conn packet)

serverclj

(server {:keys [certificate-str private-key-str path->endpoint-info port]
         :as config})

stop!clj

(stop! server)

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

× close