Node.js is single-threaded which means it is limited to a single core. How can we achieve scale? The answer is scaling our app horizontally and distributing the work amongst these instances.
In this video, we look at how Bull & Nest.js allow us to do this in a Kubernetes cluster.