Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.33 KB

README.md

File metadata and controls

60 lines (38 loc) · 2.33 KB

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

Running tests

Install for IIS 7.x (see previous sections), then:

test\functional\test.bat

Howtos

the basics
using with express framework
using with URL rewrite module
using with WebMatrix and IIS Express
using with mongodb

Resources & documentation

https://github.com/tjanczuk/iisnode/wiki http://tomasz.janczuk.org