This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var sys = require('sys'); | |
setTimeout(function(){ | |
sys.puts('world'); | |
}, 2000); | |
sys.puts('hello'); |
Im reading about node.js its pretty cool.
To install node.js on your mac just use brew:
brew install node
No hay comentarios.:
Publicar un comentario