Liking cljdoc? Tell your friends :D

gorilla-repl.websocket-relay


connclj

source

connect-to-nreplclj

(connect-to-nrepl port)

Connect to the nREPL server and store the connection.

Connect to the nREPL server and store the connection.
sourceraw docstring

ring-handlerclj

(ring-handler request)

This ring handler expects the client to make a websocket connection to the endpoint. It relays messages back and forth to an nREPL server. A connection to the nREPL server must have previously been made with 'connect-to-nrepl'. Messages are mapped back and forth to JSON as they pass through the relay.

This ring handler expects the client to make a websocket connection to the endpoint. It relays messages back and
forth to an nREPL server. A connection to the nREPL server must have previously been made with 'connect-to-nrepl'.
Messages are mapped back and forth to JSON as they pass through the relay.
sourceraw docstring

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

× close