Hosting node.js applications in IIS on Windows
Перейти к файлу
Tomasz Janczuk 57a29c13bd functional test framework and first test 2011-08-31 19:23:47 -07:00
src fix iisexpress installer 2011-08-31 12:48:28 -07:00
test/functional functional test framework and first test 2011-08-31 19:23:47 -07:00
.gitignore functional test framework and first test 2011-08-31 19:23:47 -07:00
LICENSE.txt add advisory notice to installer 2011-08-24 11:57:48 -07:00
README.md add iisexpress installation instructions 2011-08-31 10:56:49 -07:00

README.md

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