nodejs / undici

An HTTP/1.1 client, written from scratch for Node.js
https://nodejs.github.io/undici
MIT License
6.14k stars 531 forks source link

Reaching out to ecosystem client package maintainers #837

Open ronag opened 3 years ago

ronag commented 3 years ago

Should we try to reach out the the maintainers of popular http client ecosystem packages about switching node core client to undici under the hood?

Future of the Node HTTP Client

Some popular packages I can think might be interested (please add to the list of you can thing of additional ones):

GrosSacASac commented 2 years ago

What is the difference between node-fetch and undici's fetch ? Can I switch from one to another without breaking changes ?

delvedor commented 2 years ago

FYI: @elastic/transport which is the engine of the elasticsearch client uses undici by default from v8.