-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remote repl #41
Comments
you should specify the
parameter on both the My setup: (1) browser on localhost However, but even after setting the
Then I reload my browser and I get:
|
I have exactly the same issue. |
Try setting IP option to select which network interface the server will listen on. |
ah - thank you! |
this doesn't work with (cljs-repl) |
I am pair programming on a remote server using tmux. when I run (start-repl) , the browser repl tries to connect ws://localhost. It should connect to the remote host not localhost. How can this be changed so that the browser connects to the repl running on the remote server not on my localhost?
thanks!
The text was updated successfully, but these errors were encountered: