What are the fast request get url library's in nodejs?

gokmenefsun

Junior Member
Joined
Jan 2, 2020
Messages
101
Reaction score
32
I want to send get and post requests to an external site. With which library can I get the returned json data fastest?
 
https://github.com/axios/axios?
 
One thing i wished i knew back then when i was implementing http reqs for the first time in node.js is that by default, there is a limit of 5 concurrent connections per host.
 
Back
Top