Currently I’m trying to learn what is node.js. I have installed node.exe in windows, don’t know what is the next step to do some thing
Can you guys help 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.
You can use IIS Express to run nodejs on windows. Currently on Windows you can use webmatrix from http://web.ms/
Remember that you need to use X86 of node.exe even your system is x64, since IIS Express only ships as 32bit.
If you install webmatrix and try nodejs it’s automatically configure everything for you.
Remember that if you not have installed nodejs then webmatrix will install old version for you.you need to manually install node.js from it’s official website.
see justin’s post http://jbeckwith.com/2012/06/07/node-js-meet-webmatrix-2/
http://www.microsoft.com/web/post/how-to-use-the-nodejs-starter-template-in-webmatrix
hope this help.