I am having an extremely difficult time with trying to turn my current Node.js application into a desktop app using Node Webkit. Without using webkit, my application works perfectly. I start my server using "Node app.js" in the terminal. Then, when I connect to localhost:8080, the client connects and the index.html page is loaded; the app then works perfectly. I need all this to happen from a desktop app and am thus using Node webkit. I am having an extremely difficult time with tr