// JScript source code var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, { 'Content-Type': 'text/plain' }); res.end('Hello World\n'); }).listen(1337, "127.0.0.1"); console.log('Server running at http://127.0.0.1:1337/');
Bruno! Easy to follow post. Node is cool :)
Good tutorial. Short, to the point, and gets you up and running.
Windows users should definitely remember that your PATH won't update until you restart (or use some cumbersome workarounds), so do that after your Node install.
Thanks, though as a purely front-ender did get frustrated.
1. Quest Yarborough, thanks a lot for that, was pulling my hair out.
2. I was looking for the node directory on my C thinking it would of created it, as soon as I figured out it was my directory C:\sites... got it working.
Great!!!!!
Amazing!!!!!
Awesome!!!!!!!!
Thanks a LOT !!!!!
Thanks.