Html 如何在 Windows 7 中使用 Nodejs?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15331440/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I use Nodejs with Windows 7?
提问by Demetrio
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?
我快要疯了,大多数例子只展示了如何在 linux 终端上运行它,以及与服务器的通信。有人可以向我解释如何在 Windows 7 中使用 NodeJs(让它运行并加载任何需要的东西)?
and PLEASE, how can I integrate it with my HTML5 code?
请,我如何将它与我的 HTML5 代码集成?
I really appreciate your answers
我真的很感谢你的回答
回答by Moak
From: http://dailyjs.com/2012/05/03/windows-and-node-1/
来自: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.
要下载 Node,请转到nodejs.org,单击“下载”,然后单击“Windows 安装程序”。这将为您提供一个 Windows Installer (MSI) 文件,用于安装 Node 和 npm。
The article contains a hello world tutorial.
文章包含一个 hello world 教程。