Is there a way to install node.js in IIS7?
I have very little experience with node.js but the idea of writing server-side JavaScript intrigues me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can do it…but it’s still not going to be as easy as you’d hope. 🙂
The github wiki for iisnode lists many benefits:
The first stable build on node.js for windows was released earlier this month.
http://blogs.msdn.com/b/interoperability/archive/2011/11/07/first-stable-build-of-nodejs-on-windows-released.aspx
More information on hosting IIS on Windows can be found here and here.
Prerequisites for using
%programfiles(x86)%\nodejson a 64 bit systemInstalling for IIS 7.x
%programfiles%\iisnode\setupsamples.bathttp://localhost/nodeInstalling for IIS Express/WebMatrix
%localappdata%\iisnode\www, start the site, and play with the iisnode samples, or