简体   繁体   中英

Deploy NodeJS application with IIS

I would like to deploy internally my Node application build with Express on IIS, but I don't know how.

Does anyone have an idea or can redirect me to a tutorial ?

You cannot host your Node.js application on IIS. You can use IIS as revers proxy for your Node.js application.

Then you would start your Node.js application on your Node.js and setup IIS to rout requests to your Node.js application hosted on Node.js.

Tutorial for something like this can be found here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM