Any plans to bundle this in Node? #1512
alvinometric
started this conversation in
General
Replies: 5 comments
|
We plan to but we have no timeline. |
0 replies
|
Great, thank you for the quick reply |
0 replies
|
Would be nice to see this land in Node 20 in October when it takes over as LTS 🙏🏽 |
0 replies
|
is this bundled in Node 21 already? |
0 replies
|
So @mcollina any news/timeline on bundling undici natively, which is now clearly pretty stable in nodejs. Would be nice not to have to install this as an additional package. Any sane production project that uses fetch server side need to tune:
to avoid high usage of sockets due to burst of traffic, the defaults don't scale, and to tune these settings one need to install undici as a separate library. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
It's fantastic to see an official HTTP library from the Node team. Are there any plans to bundle this with Node itself? Just like
fs, for example.Right now you have to install a package so it's hard to differentiate
undicicompared to the other libraries out there.Thank you
All reactions