Is there a way to node.jshost node-webkit as the host?
I use Intellij IDEA to develop node.js and it has the best debugger for node atm. But node -webkit presents its own nw.exe process, which cannot be debugged by the normal node.js. Other debugging options (chrome devtools) do not match performance with IDEA debugging.
IDEA provides some support for nw debugging, but its very crude and works with many crashes and does not work for many things.
So, I want to develop a node-webkit application that runs under the control of the node.js process, for example appjs.
source
share