I\'m looking to use information from an HTTP request using Node.js (i.e. call a remote web service and echo the response to the client).
In PHP I would have used cUR
Request npm module Request node moulde is good to use, it have options settings for get/post request plus it is widely used in production environment too.