Today ,I had a task to deploy 3 express projects to one windows server.Yeah I am a new comer to windows server I do like this article
Deploying Node/Express app on a Windows Server
if set it on Default Web Site it work well.However if you deploy multi site it get 500 error.
- use Reverse Proxy
localhost
127.0.0.1
- access
localhost:3000``localhost:5000
from remote desktop , they work well