top | item 45711627 (no title) stepbeek | 4 months ago You can expose a REPL socket from a running clojure instance in whatever environment you choose. Biff has this as a marketed feature, described on this page: https://biffweb.com/docs/reference/production/ discuss order hn newest germandiago|4 months ago Thanks for the link.Is this a regular way to deploy?I mean, I saw there is Leinen or something like that for package management.But once you run, you could still connect to an app that has been run in the usual way? Seems like a setup on top of it.Or is is just independent? erichocean|4 months ago It's regular, every production Clojure system has REPL access for devs.You don't need it often, but when you do, it's invaluable. And the REPL is such a normal thing to use in Clojure, there's no reason not to do it. stepbeek|4 months ago This page should give you the answer: https://nrepl.org/nrepl/usage/server.html
germandiago|4 months ago Thanks for the link.Is this a regular way to deploy?I mean, I saw there is Leinen or something like that for package management.But once you run, you could still connect to an app that has been run in the usual way? Seems like a setup on top of it.Or is is just independent? erichocean|4 months ago It's regular, every production Clojure system has REPL access for devs.You don't need it often, but when you do, it's invaluable. And the REPL is such a normal thing to use in Clojure, there's no reason not to do it. stepbeek|4 months ago This page should give you the answer: https://nrepl.org/nrepl/usage/server.html
erichocean|4 months ago It's regular, every production Clojure system has REPL access for devs.You don't need it often, but when you do, it's invaluable. And the REPL is such a normal thing to use in Clojure, there's no reason not to do it.
stepbeek|4 months ago This page should give you the answer: https://nrepl.org/nrepl/usage/server.html
germandiago|4 months ago
Is this a regular way to deploy?
I mean, I saw there is Leinen or something like that for package management.
But once you run, you could still connect to an app that has been run in the usual way? Seems like a setup on top of it.
Or is is just independent?
erichocean|4 months ago
You don't need it often, but when you do, it's invaluable. And the REPL is such a normal thing to use in Clojure, there's no reason not to do it.
stepbeek|4 months ago