undici
undici copied to clipboard
Reaching out to ecosystem client package maintainers
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):
- [x] got (@szmarczak)
- [ ] axios
- [ ] node-fetch
- [ ] superagent
- [ ] needle
- [x] elastic
What is the difference between node-fetch and undici's fetch ? Can I switch from one to another without breaking changes ?
FYI: @elastic/transport
which is the engine of the elasticsearch client uses undici
by default from v8.