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...
blog.tundeonasanya.com6 min read
Chidiebere Chukwudi
Software Developer
Nice write up. Thank you for sharing