I wanted to do a windows service using Node, since it is a very interesting technology that I am learning. So in my search 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 distribution of the file closed. My script would be open, being able to read my code and I dislike it.
Is there a way I can mount a windows service using node and package it into an executable?