(handler {:keys [endpoint secret-header secret-file remote-host remote-port]}
local-sock)
(start-server {:keys [bind endpoint block? secret-header secret-file remotes]
:or {bind "127.0.0.1"
block? true
secret-header "nrepl-token"
secret-file ".nrepl-token"}
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close