(connect-to-nrepl port)
Connect to the nREPL server and store the connection.
Connect to the nREPL server and store the connection.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close