Just learned about Drawbridge and would like to use it for accessing an nREPL in an Kubernetes cluster behind an http ingres. If I wanted to talk to that nREPL through Drawbrige from VSCode/Calva how would I do that? I believe Calva only knows how to speak the nREPL socket protocol but not http. Is there an nREPL proxy server that talks to the Drawbrige http?
I did something similar to this 2 years back: https://github.com/ivarref/yasp?tab=readme-ov-file there is an example aleph app that has a server and client: https://github.com/ivarref/yasp/tree/main/aleph-example I'd recommend looking at that if you want to set it up. I did not finish documenting it, but I think everything works 😅
(it has worked for us)
Cool! Will take a look. THX
Not that I'm aware of. Ideally client should support nREPL over http directly, but I think Lein's REPL was the only client to do so.