Serve Nodejs requests through IIS
Serve Nodejs requests through IIS
Environment –
Windows Server 2016 x64
IIS 10.0
Confirm IIS is up and running using http://localhost/
Tools/libraries you need
IIS URL Rewrite extension – https://www.iis.net/downloads/microsoft/url-rewrite
latest node.js x64 binaries – https://nodejs.org
latest iisnode v0.22.1 x64 – https://github.com/tjanczuk/iisnode/releases/download/v0.2.21/iisnode-full-v0.2.21-x64.msi
Confirm
node is…
View On WordPress













