Node.js: Hello, World!


1. 安裝 Node.js

2. 建立 Node-HelloWorld.js:

3. 執行 Node-HelloWorld.js:
$ node Node-HelloWorld.js
4. 觀查執行結果:

參考資料


How do I start with Node.js after I installed it?