How to host a node application in IIS?

I am developing an application in the middle stack. The only difference is that I want to host my application in IIS, not express.js. Is this possible or possible? What are the possible advantages and disadvantages for them? Thanks in advance.

+5
source share
1 answer

It seems possible: Hosting node.js applications in IIS on Windows . This site even mentions some advantages. Honestly, I have no first experience (or need) to run Node in IIS.

+5
source

Source: https://habr.com/ru/post/1245326/


All Articles