I want to show the content of my website in the appjs window, but I dont know how.
In the appjs script there are
app.serveFilesFrom(__dirname + '/content');
to say where the content is, that it has to show, but I dont want it local, I want it to show the content of my website, running by a node.js serverscript.
I have tried this https://github.com/appjs/appjs/wiki/Using-express-to-handle-local-http-requests and some of the methods from the express.js documentation but unsuccessfully.
Therefore I ask here, have somebody an idea, how to do this?