We are currently hosting a website on a server on port 80. Alongside that we would like to have a Node.js application running on the same port.
I already tried to use IISNode and run it as an application within the site, but without succes.
I keep getting the following error: HRESULT: 0x2 HTTP status: 500 HTTP subStatus: 1001 HTTP reason: Internal Server Error
I was wondering wether anyone has accomplished the same with less effort?
Thanks