> > Wouldn't it be possible already now to create a file system image > containing a multi-file app and pass the code to the Rumprun guest that way? > disclaimer: all of my node.js experience comes from testing your work, so > question might be stupid > > Absolutely! Adding files to an ISO image for example and then pointing node to it (as a command line argument) will work too. I'd like to give the same example using both methods.
I have the Express hello world example running under KVM. It listens on port 3000. But I'm having trouble figuring out how to get port forwarding from my host working. What's the magic incantation?
