nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
2019-09-11T18:12:31.004200Z

anyone have suggestions on how to lock down nrepl server on an app?

bozhidar 2019-09-11T18:32:02.004500Z

Lock down in which sense?

bozhidar 2019-09-11T18:32:23.004900Z

If you just don’t want to allow outside connections it’s usually best to tunnel the connection via ssh.

1👍