Tuesday 14 February 2017

Really confused about http.get/request for web scraper

So I have a project to make a web scraper. People seem to be using npm module request to make the request, but can this be done with native node modules such as http.get or http.request?If so what are the differences between the two?

Submitted February 14, 2017 at 03:05PM by RuhullAlam

No comments:

Post a Comment