Fork me on GitHub
#dev-tooling
<
2024-01-12
>
cfleming09:01:15

I have a user asking to be able to pick up not just the REPL port from a file, but the hostname as well (e.g. for servers started in ECS or some other cloud environment where the IP isn’t known in advance). My thought was to have an option to read a .url file similar to the various .port files, and read a full URL from it instead of just the port. Is anyone already doing anything like this that I should stay consistent with?

👀 1
cfleming09:01:18

I guess for nREPL REPLs I would use the standard nrepl:// URLs, and for socket REPLs would probably just use repl://<host>:<port>, unless there are any better suggestions?