DEV Community

Discussion on: Hosting a Node.js application on Windows with IIS as reverse proxy

Collapse
 
bommojuvishu profile image
Vishu

How to do url re write ( reverse proxy) to multiple node js application running on the same server with different port?

Collapse
 
petereysermans profile image
Peter Eysermans

If you want to expose them all to the outside via IIS, you create a website in IIS for each node application and configure each website to point to the different node applications with the correct port.