Send large text file as stream from server to client - to decrease file load time in frontend

Job ID: 35614150

Budget: $10 – $30 USD

Sending large text file as stream from server to client - to load file in chunks.
I'm using the Web Api to communicate between client and server. My server works and returns web API(1MB chunk). But I have trouble on how to receive the data I'm sending via a stream on the client side. Using Blazor web assembly.

My code works when I send the whole file as single string to webAPI and open in client. But file loading takes long time in the frontend. So I believe sending file in chunks by streaming will help with the load time. Has anyone done previously the same?

I have a working code, just need to be altered to send as stream. I was sending the file as single string earlier.

Offer: 10$
Related categories: C Programming Blazor