Will undici make an improvement replacing axios #4095
Unanswered
santiagoalmeidabolannos
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It definitely should, but it boils down to the way you use undici in this scenario |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am running a service that bridges a WebSocket API with a REST API, sending about 30 req/s on average and 200 req/s spikes, my service is using Nestjs with axios, I will like to know if undici will give me a meaningful performance improvement in this situation
Beta Was this translation helpful? Give feedback.
All reactions