Is there any way to have console-only, GUIless, windowless application with nw.js?
We have some internal utility originally made with App.js and recently converted to nw.js (formerly node-webkit). This tool consists of GUI app and console-only (integrated to build process) counterpart. App.js was able to execute any *.js like nodejs, in console, but in nw.js it seems mandatory for application to have some main *.html and window. Even when with node-main
in manifest it requires main
field to be present as well.