kit-repl

Contents

  1. Integrant components
  2. :repl/server

Integrant components

:repl/server

Implements a simple socket REPL server.

Full configuration options look like:

:repl/server
{:address "127.0.0.1"
 :port    7000
 :name    "main"}