Liking cljdoc? Tell your friends :D
Clojure only.

luminus.repl-server


startclj

(start {:keys [port bind transport-fn handler ack-port greeting-fn]})

Start a network repl for debugging on specified port followed by an optional parameters map. The :bind, :transport-fn, :handler, :ack-port and :greeting-fn will be forwarded to clojure.tools.nrepl.server/start-server as they are.

Start a network repl for debugging on specified port followed by
an optional parameters map. The :bind, :transport-fn, :handler,
:ack-port and :greeting-fn will be forwarded to
clojure.tools.nrepl.server/start-server as they are.
sourceraw docstring

stopclj

(stop server)
source

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

× close