How to serve NodeJS application from Windows Server Edition OS without using iisnode?
问题 So, I've written a NodeJS application on Windows having Server Edition OS, My application basically communicates with other Softwares installed in the same system by executing some commands using NodeJS child process. Everything is working fine on localhost, as my server has a static IP, I want to serve the application to public. How can I do this without using iisnode? I tried using iisnode, but I am falling into issues since then, I am able to server my site, but due to some permission