Send large text file as stream from server to client - to decrease file load time in frontend -- 2
Budget: $30 – $250 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 server and client. So far, my web API is able to return the first chunk (1MB chunk). Need to receive the chunks I'm sending via a stream on the client side. And should be able to open (display) the streamed content without any issues.
Using Blazor web assembly. Coding need to be done in c# (maybe a bit of javascript). Offer: 30$
I have a working code. 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, sending file in chunks should help with the load time. My current code need to be altered to send as stream. Has anyone done previously the same?. Thank you.
I'm using the Web Api to communicate between server and client. So far, my web API is able to return the first chunk (1MB chunk). Need to receive the chunks I'm sending via a stream on the client side. And should be able to open (display) the streamed content without any issues.
Using Blazor web assembly. Coding need to be done in c# (maybe a bit of javascript). Offer: 30$
I have a working code. 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, sending file in chunks should help with the load time. My current code need to be altered to send as stream. Has anyone done previously the same?. Thank you.