ClojureNRepl
Starts an nREPL server. Requires an external nREPL client for interaction.
Properties
Command-Line | Property | Type | Description |
---|---|---|---|
N/A |
|
Configure JVM settings |
|
N/A |
|
Classpath of the nREPL server JVM |
|
|
|
Address the server will listen on. (Defaults to |
|
|
|
Port the server will listen on. (Defaults to random open port.) |
|
|
|
Acknowledge the port of this server to another nREPL server running on |
|
|
|
The nREPL message handler to use for each incoming connection; defaults to the result of |
|
|
|
A sequence of vars, representing middleware you wish to mix in to the nREPL handler. |