iisnode/README.md

1.3 KiB

Hosting node.js applications in IIS on Windows

Prerequisites

Building

For 32 bit Windows:

msbuild /p:Platform=Win32 src\iisnode\iisnode.sln

For 64 bit Windows:

msbuild /p:Platform=x64 src\iisnode\iisnode.sln

Installing for IIS 7.x after build

build\debug\%PROCESSOR_ARCHITECTURE%\install.bat

Installing for IIS 7.x from a download

Installing for IIS Express/WebMatrix

Samples

http://localhost/node

Resources & documentation