📦 Chunked File Upload Over TCP (Node.js net): Streams, Retries & Temp Storage
When you're building a desktop app that needs to upload large files (say 1GB+), sending the entire file at once is risky. Instead, split it into chunks and upload them one by one using streams.
This blog shows how to do that using Node.js's net modul...
blog.nishikanta.in3 min read