How to setup nodejs on IIS? 如何將nodejs設置在IIS上?
Setup your Node.js environment Install IIS (if you do not have) Installing IIS in the PowerShell Install-WindowsFeature -name Web-Server -IncludeManagementTools Install this IIS extension URL Rewrite Install this IIS extension Application Request Routing Configuring IIS Create or use default application, select "URL Rewrite" → "Add Rule(s)" → select "Reverse Proxy, set the URL for your Nodejs service.