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.
|
|
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
Installing for IIS 7.x
Installing for IIS Express/WebMatrix
|
|||||||||||
|
|
check this project tjanczuk/iisnode - GitHub and this tutorial Creating a quick Todo listing app on Windows using IIS7, Node.js and Mongodb : Amazedsaint's .net journal |
|||
|
|
|
There are some good articles on this now: Installing and Running node.js applications within IIS on Windows - Are you mad? ... even a github project with some samples: https://github.com/tjanczuk/iisnode/tree/master/src/samples |
|||
|
|