nrepl

henrik42 2026-03-27T23:32:30.109549Z

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?

Ivar Refsdal 2026-04-01T08:26:58.173329Z

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 😅

Ivar Refsdal 2026-04-01T08:31:03.789389Z

(it has worked for us)

henrik42 2026-04-01T10:24:05.180269Z

Cool! Will take a look. THX

bozhidar 2026-03-29T15:32:08.627099Z

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.