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]})

make-epclj

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

make-on-connectclj

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

make-path->epclj

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

send-packet!clj

(send-packet! conn packet)

serverclj

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

shutdown!clj

(shutdown! server)

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

× close