By itself the nREPL won't have much, if any, impact. But what you do in that REPL certainly can, so use caution. And be sure to secure the port! Or set it up to use a unix domain socket if that's applicable.
this post was submitted on 26 Jun 2023
3 points (100.0% liked)
Clojure
258 readers
5 users here now
Clojure is a dynamic, general-purpose programming language.
Resources:
- Official Clojure(Script) Site
- Clj Commons
- Babashka
- Toolbox
- Clojurians Slack
founded 1 year ago
MODERATORS
There will be some sort of performance change just given the fixed resources, but I would guess it will be pretty negligible.
I seem to remember implementing a feature in a service one time that would let me turn on an nrepl server via a route if I needed it and then turn off when I was done.
Do be careful with a repl in a live server. With great power....