Getting Started

suggest change

IISNode allows Node.js Web Apps to be hosted on IIS 7/8 just like a .NET application would. Of course, you can self host your node.exe process on Windows but why do that when you can just run your app in IIS.

IISNode will handle scaling over multiple cores, process manageement of node.exe, and auto-recycle your IIS Application whenever your app is updated, just to name a few of its benefits.

Requirements

IISNode does have a few requirements before you can host your Node.js app in IIS.

  1. Node.js must be installed on the IIS host, 32-bit or 64-bit, either are supported.
  2. IISNode installed x86 or x64, this should match the bitness of your IIS Host.
  3. The Microsoft URL-Rewrite Module for IIS installed on your IIS host.
  1. A Web.config in the root folder of your Node.js app.
  2. IISNode configuration via an iisnode.yml file or an <iisnode> element within your Web.config.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Using IISNode to host Node.js web apps in IIS:
* Getting Started

Table Of Contents
1 npm
40 Using IISNode to host Node.js web apps in IIS
41 cli
43 grunt
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require