How to stream file downloads in Node.js with Got

added by JavaScript Kicks
8/6/2020 12:05:27 PM

1440 Views

Got is a Node.js library for making HTTP requests. It has both promise and stream based APIs and in this post I want to explore how to use the stream API to download files. If you use HTTP libraries for making API requests, then the promise method is likely the best for you.


0 comments