How can I use Nodejs with Windows 7?

Demetrio picture Demetrio · Mar 11, 2013 · Viewed 74.9k times · Source

I'm about to became insane looking for it, most of the examples shows only how to run it on linux terminal and just the communication with the server. Can someone PLEASE explain to me how I can use NodeJs (make it run and load whatever is needed) in Windows 7?

and PLEASE, how can I integrate it with my HTML5 code?

I really appreciate your answers

Answer

Moak picture Moak · Mar 11, 2013

From: http://dailyjs.com/2012/05/03/windows-and-node-1/

To download Node, go to nodejs.org, click “Download”, and click “Windows Installer”. This will give you a Windows Installer (MSI) file that will install Node and npm.

The article contains a hello world tutorial.