Liking cljdoc? Tell your friends :D

link.tcp.epoll


server-bootstrapclj

(server-bootstrap)

Allow multiple server instance share the same eventloop: Just use the result of this function as option in tcp-server

Allow multiple server instance share the same eventloop:
Just use the result of this function as option in `tcp-server`
sourceraw docstring

tcp-client-factoryclj

(tcp-client-factory handlers & {:keys [options] :or {options {}}})
source

tcp-serverclj

(tcp-server port
            handlers
            &
            {:keys [options host] :or {options {} host "0.0.0.0"}})
source

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

× close