kit-nrepl

Contents

  1. Integrant components
  2. :nrepl/server

Integrant components

:nrepl/server

Implements an nREPL server.

Full configuration options look like:

:nrepl/server
{:bind "127.0.0.1"
 :port 7000
 :ack  8000}