Y
Hacker News
new
|
ask
|
show
|
jobs
by
kanzure
4679 days ago
And then there's hyperquest because maybe you want to do more than five simultaneous requests:
https://github.com/substack/hyperquest
1 comments
ssafejava
4679 days ago
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.
link