Is there a way to i can avoid external files?
no package.json
{ "name": "nw-demo", "main": "index.html" }
so instead of doing stuff in index.html, is there a way to
require('node-webkit').show_my_html(my_somehow_generated_html_string);