It is possible to build a nodejs app as a windows service but let the user install this service only by an installer or exe? I know node-windows, but for this the target system must have nodejs installed.
Asked
Active
Viewed 74 times
0
-
Some ideas [here](https://www.section.io/engineering-education/compile-your-nodejs-application-into-a-exe-file/). – jarmod Feb 15 '23 at 13:03
-
1Does this answer your question? [How to make exe files from a node.js app?](https://stackoverflow.com/questions/8173232/how-to-make-exe-files-from-a-node-js-app) – angel.bonev Feb 15 '23 at 13:04