Liking cljdoc? Tell your friends :D
Clojure only.

lsp4clj.io-server


serverclj

(server {:keys [in out] :as opts})

Starts a chan-server, reading messages from :in and putting them on :input-ch, and taking messages from :output-ch and writing them to :out.

Starts a chan-server, reading messages from `:in` and putting them on
`:input-ch`, and taking messages from `:output-ch` and writing them to
`:out`.
sourceraw docstring

stdio-serverclj

(stdio-server)
(stdio-server {:keys [in out] :as opts})

Starts a server reading from stdin and writing to stdout.

Starts a server reading from stdin and writing to stdout.
sourceraw docstring

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

× close