A Solution for thundering herd problem in node.js
Jan 27, 2022 · 4 min read · Suppose you’re writing a simple service: it handles inbound requests from your users, but doesn’t hold any data itself. This means that in order to handle any inbound requests it needs to refer to a backend to actually fetch whatever is required. Thi...
Join discussion