cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

make browser-connected-repl-js compatible with connections from any host... #44

Open nahuel opened 10 years ago

nahuel commented 10 years ago

..., not only localhost

cemerick commented 10 years ago

Isn't this better covered by #41? The :repl-url should always contain the correct URL, even given customized hostname, port number, session ID, etc…

nahuel commented 10 years ago

I think if you bind the repl listener to 0.0.0.0 (all interfaces), then #41 will not work.