I know that nw.js is usually intended to load html on the client, but can it also point to the website and show it? When I set the "main" value in package.json to something like google.com, it does not work.
I am looking for creating a game launcher application that displays a website for my game and has the ability to log into the system, as well as from the launch bar, and then put it into the exe game. Because of this, I would like parts of nw.js to really connect to the network and display the website.
source
share