Can We Double the Node js HTTP Client Throughput?

Can We Double the Node js HTTP Client Throughput?

Channel:
Subscribers:
725,000
Published on ● Video Link: https://www.youtube.com/watch?v=IFF_F1oYhF8



Duration: 25:57
6,124 views
241


The Node.js HTTP client is a fundamental part of any application, yet many think it cannot be improved. I took this as a challenge and I’m now ready to present a new HTTP client for Node.js, undici, that doubles the throughput of your application The story behind this improvement begins with the birth of TCP/IP and it is rooted in one of the fundamental limitations of networking: head-of-line blocking (HOL blocking). HOL blocking is one of those topics that developers blissfully ignore and yet it deeply impacts the runtime experience of the distributed applications that they build every day. Undici is a HTTP/1.1 client that avoids HOL blocking by using keep-alive and pipelining, resulting in a doubling of your application throughput.


PUBLICATION PERMISSIONS:
Original video was published with the Creative Commons Attribution license (reuse allowed). Link: https://www.youtube.com/watch?v=s2GicMw-Y48







Tags:
http client
node.js
javascript