Comment on Use Node.js to Extract Data from the WebparentComments−kanzure13yAnd then there's hyperquest because maybe you want to do more than five simultaneous requests:https://github.com/substack/hyperquest−ssafejava13yTrue - you can also disable the globalAgent or change the number of pooled connections. Connection pooling was generally a bad idea (tm) in Node and afaik will be removed in the near future.
Comments
And then there's hyperquest because maybe you want to do more than five simultaneous requests:
https://github.com/substack/hyperquest
True - you can also disable the globalAgent or change the number of pooled connections. Connection pooling was generally a bad idea (tm) in Node and afaik will be removed in the near future.