Liking cljdoc? Tell your friends :D

shadow.cljs.devtools.server.socket-repl


*socket*clj


connection-loopclj

(connection-loop config app-ref socket)

replclj

(repl {:keys [print prompt] :as config})

repl-initclj

(repl-init {:keys [print] :as config})

repl-promptclj

(repl-prompt)

startclj

(start {:keys [host port] :or {host "localhost" port 0} :as config} app-ref)

basically less generic clojure.repl.server

basically less generic clojure.repl.server
raw docstring

stopclj

(stop {:keys [server-socket server-thread sockets-ref]})

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

× close