luminus

yogthos 2020-02-25T13:25:47.000600Z

The nrepl server can be used to access the repl when the application is deployed as well

yogthos 2020-02-25T13:27:18.002Z

if you set the :nrepl-port in your production environment, then you can connect your editor to it. My team commonly uses this when we deploy our apps to kubernetes, and then we can port forward from there to a local machine

yogthos 2020-02-25T13:27:51.002600Z

it's quite useful for inspecting the state of the app when troubleshooting things, and sometimes for doing hotfixes

yogthos 2020-02-25T13:29:36.004Z

and I there isn't a document describing how the template evolved, but I can answer questions here if you have any specific ones