scrapbook.qujck.com
node.js calling multiple web services in parallel
var http = require(‘http’); // Add helloworld module var helloworld = require(‘helloworld_mod’); http.createServer(function(req, res) { res.writeHead(200, { ‘Content-T…