Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

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 undici compared to the other libraries out there.

Thank you

You must be logged in to vote

Replies: 5 comments

Comment options

mcollina
Jun 24, 2022
Maintainer Sponsor

We plan to but we have no timeline.

You must be logged in to vote
0 replies
Comment options

Great, thank you for the quick reply

You must be logged in to vote
0 replies
Comment options

Would be nice to see this land in Node 20 in October when it takes over as LTS 🙏🏽

You must be logged in to vote
0 replies
Comment options

is this bundled in Node 21 already?

You must be logged in to vote
0 replies
Comment options

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:

  • connection pooling with keep-alive and
  • concurrent connections

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.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.