0
I need help to understand how to make stand alone apps.
What I’m looking to do is make a JavaScript application with node.js that does not require a browser to run. Like a normal windows application like paint for example. If someone can point me in the right direction on this or explain to me what I need to do, it would be very much appreciated. Thanks in advance.
2 Respuestas
+ 1
I also ended up finding nw.js and electron. Either of these should allow me to make an executable program without a browser. Thanks for the help.