1
I wanted to do a windows service using Node, since it is a very interesting technology that I am learning. So in my research I found several references to Node-windows.
I found it interesting, it worked very well. However, what worries me is that I did not see how to do the closed file distribution. My script would be open, being able to read my code and it displeases me.
There is a way I can mount a windows service using Node and package it in an executable?
Actually, no! What it generates is a ready-made executable. I thought Node was behind it, keeping my js in memory.
– Eduardo