A Research i´ve made to know a litle bit more about streams in nodejs, this repo shows how to upload big files in chunks and streams it back from the server
This is a pnpm monorepo, only for development purposes, theres no building or anything setup in this project.
Fell free to use and study this code.
To run this project you need to have docker installed.
pnpm dev-node
pnpm dev-python
- Front: http://localhost:3000
- Back: http://localhost:3001