Short Polling vs. Long Polling: Understanding the Differences and When to Use Each
Recently I wrote about the request/response model in backend communication, but this model is not suitable for every type of request. Imagine you want to upload a 50GB video to youtube, this process is very inefficient with the request/response model...
Mar 28, 20236 min read453
