What the Hell is HTTP streaming
Where in real life we see it daily?LLM responses or Youtube
It is splitting the response on the server and sending it to the client chunk by chunk, client can process the chunks while server is processing the next chunk
Thanks @arpit_bhayani
Hey
I have 4 years of experience in Software development. I will be learning and writing small posts about System Design here. It will be very helpful for new coders.
Mentors I will be learning from
@kirat_tw@arpit_bhayani
Hey
I have 4 years of experience in Software development.
I will be learning and writing small posts about System Design here. It will be very helpful for new coders.
Mentors I will be learning from
@kirat_tw@piyushgarg_dev@mannupaaji@arpit_bhayani@akshaymarch7
What the Hell is HTTP streaming
Where in real life we see it daily?LLM responses or Youtube
It is splitting the response on the server and sending it to the client chunk by chunk, client can process the chunks while server is processing the next chunk .
Thanks @arpit_bhayani