I am new to Node.js, and I have developed a server using express to send files between computers on the same network, but I can only start the server on the computer that will receive the file if it has the Node installed. I would like to know if there is any way to start the server without the need to have the node installed, for Windows platform.