Skip to content

sinkie/iisnode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hosting node.js applications in IIS on Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published