Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
File uploads
Which implementation preserves backpressure while writing an upload?
from File uploads
Node 24
intermediate
1 min
Which implementation preserves backpressure while writing an upload?
Pipe the readable through bounded transforms into the writable with pipeline(), and bound concurrent pipelines.
Push every data chunk into an array, then concatenate after end.
Start one pipeline per request without an admission limit.
Trust Content-Length and disable byte counting inside the stream.
Check
Ask AI about this kata
Report an error
next kata
Which statement correctly distinguishes multipart/form-data from an object-store multipar…
Quiz
A new version is available
Reload