Start an nREPL Server

(code for this section)

One of the biggest selling points of Clojure as a language is interactive development. To partake in that you need what we call a "REPL." This lets you write code in one tab of your editor and test it out live in another.

Enough digital ink has been spilled on that subject that I am going to forgo a full guide on that process for the moment.

→ Move your HTTP Handler to its own Namespace

← Make an HTTP Server