How to use Drawbridge from Cursive?
theronic opened this issue · 2 comments
theronic commented
I've got Drawbridge set-up server-side on Heroku. The /repl responds correctly, but how do I use this from a client-side REPL, specifically using IntelliJ + Cursive?
When I create a remote REPL endpoint with, I get an UnknownHostException:
"https://my-project-123.herokuapp.com/repl:80" - class java.net.UnknownHostException:
https://my-project-123.herokuapp.com/repl
"Error connecting to https://my-project-123.herokuapp.com/repl:80 -
class java.net.UnknownHostException: https://my-project-123.herokuapp.com/repl
bbatsov commented
I guess that's a question for @cursive-ide.
bbatsov commented
My guess is that most popular nREPL clients don't really support http communication.