nrepl/drawbridge

How to use Drawbridge from Cursive?

theronic opened this issue · 2 comments

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

I guess that's a question for @cursive-ide.

My guess is that most popular nREPL clients don't really support http communication.