Hello World in Node js Unknown 12:30:00 node js, Node js basic No comments Sample app in Node.js Hello World App var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/html'}); res.end('Hello World!'); }).listen(1337); As simple it is , you are seeing . Node.js Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment