Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

negy/iisnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

249 Commits

Repository files navigation

Hosting node.js applications in IIS on Windows

Why would I want to do it?

Benefits

Who uses iisnode?

windows azure - benefits
windows azure - get started with node.js
appharbor

Prerequisites for using

  • Windows Vista, Windows 7, or Windows Server 2008
  • IIS 7.x with IIS Management Tools
  • URL rewrite module for IIS
  • Latest node.js build for Windows
  • Visual C++ 2010 Redistributable Package for x86 or x64 (skip this if you install Visual Studio; on x64 systems you need to install both x86 and x64 if you intend to use IIS Express/WebMatrix)

Installing for IIS 7.x

  • Install iisnode for IIS 7.x: x86 or x64 - choose bitness matching your system
  • To set up samples, from the administrative command prompt call %programfiles%\iisnode\setupsamples.bat
  • Go to http://localhost/node

Installing for IIS Express/WebMatrix

Howtos

the basics
the basics (Pусский перевод - Russian translation)
using with express framework
using with URL rewrite module
using with WebMatrix and IIS Express
site templates for WebMatrix
using with mongodb
diagnosing problems with ETW traces
using with MVC
portuguese: node.js no windows: instalando o iisnode
integrated debugging
pub/sub server using faye
appharbor uses iisnode

Prerequisites for building

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 after build

  • For IIS 7.x: build\debug\%PROCESSOR_ARCHITECTURE%\iisnode-full.msi
  • For IIS Express 7.x: build\debug\x86\iisnode-express.msi

Running tests

  • Install for IIS 7.x (see previous sections)
  • test\functional\test.bat

Resources & documentation

Releases
Wiki
Blog

About

Hosting node.js applications in IIS on Windows

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /