How can I use Nodejs with Windows 7?
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.
链接地址: http://www.djcxy.com/p/52678.html上一篇: Node.js上是否有任何在线练习?