I am developing an application in mean-stack. The only the difference is that I want to host my application in IIS rather than express.js. Is it possible or feasible to do so? What are possible advantages and disadvantages? Thanks in advance.
Asked
Active
Viewed 1.6k times
10
-
https://www.youtube.com/watch?v=JUYCDnqR8p0 – sebu Mar 14 '18 at 07:12
1 Answers
9
It seems to be possible: Hosting node.js applications in IIS on Windows. That site even mentions some benefits. To be honest, I have no first hand experience (or need) to run Node on IIS.

Maurits Rijk
- 9,789
- 2
- 36
- 53
-
-
My condition: i need serve APP and API in same server port 80. But one is http://www.app.com/ and other http://api.app.com/. Using IIS it is possible. – Sergio Cabral May 28 '18 at 22:08
-