10

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.

Marco Altieri
  • 3,726
  • 2
  • 33
  • 47
Prashant Mohite
  • 758
  • 2
  • 7
  • 19

1 Answers1

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