(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.
(stop server)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close