On August 18, 2015 at 5:51:06 PM, Kristo Koert ([email protected](mailto:[email protected])) wrote:
> I want a remote setup for clojure/clojurescript development. I am not overly > familiar with how figwheel works and that is the only part that is not > working right now. > > My current setup: > > A desktop computer behind a router that has 2 relevant ports forwarded. > > First port is for SSH access to use emacs, command line stuff, etc. > > Second port is for accessing the web application I am working on. > > A chromebook I'd like to use as the client machine. > > Problem: > > In the chromebook on a different network as the desktop, I can access both > the command line and the webpage. However when changing code, figwheel > reloading does not work. (at the same time, it works on the desktop browser > though) > > > tl:dr Remote accessing to a web page running on figwheel, code reloading does > not work. > > Am I doing something wrong or is this just expected behavior? I occasionally develop using a very similar setup. However, it might not be quite the same. I don’t do any port forwarding or other router configuration at all. Most routers already pass outbound connections unmolested, and you are only making outbound connections from your machine (Chromebook or otherwise) to the remote machine you’re using for development. Figwheel in this setup works for me without doing any extra work. By the way, “Mosh” gives a nice experience than SSH from a Chromebook. You can sleep and wake up the device all you like, and your session is immediately exactly where you left it. -- Kyle Cordes http://kylecordes.com -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
