It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened,
visit the help center.
Closed 6 years ago.
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
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.