Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for connecting to nREPL server exposed over unix domain sockets #2609

Open
mk opened this issue Aug 30, 2024 · 0 comments
Open

Support for connecting to nREPL server exposed over unix domain sockets #2609

mk opened this issue Aug 30, 2024 · 0 comments

Comments

@mk
Copy link

mk commented Aug 30, 2024

nREPL added support for listening on unix domain sockets in 1.0 which have seen first-class support in the JDK with JEP-380.

I think having this could offer nice usability, especially when dealing with multiple REPLs since we could use nonconflicting names in different projects. Maybe we could also establish a naming convention on how to name the socket files e.g. repl-name.nrepl-socket which an editor could look for similar to what's currently happening with .nrepl-port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant