accessing clojurescript browser REPL remotely

2011-10-21 Thread stratospark
Is the clojurescript REPL set up to allow access from remote machines? My development box is all set up, and I'm able to connect to the REPL from OSX Safari and Simulated Mobile Safari. Everything is localhost, so it all works great. I'm currently able to use my iPad and iPhone to access my

Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread stratospark
into it if no one else gets to it first, ticket createdhttp://dev.clojure.org/jira/browse/CLJS-92 David On Thu, Oct 20, 2011 at 6:10 PM, stratospark pat...@gmail.com wrote: Is the clojurescript REPL set up to allow access from remote machines? My development box is all set up, and I'm

Re: accessing clojurescript browser REPL remotely

2011-10-21 Thread stratospark
sure that you change: (repl/connect http://localhost:9000/repl;) In your source to be the correct IP. David On Fri, Oct 21, 2011 at 3:39 PM, stratospark pat...@gmail.com wrote: Thanks for looking into it! Regarding the issue: Cannot interact with Browser REPL running in iOS