The Node.js Event Loop
The event loop is core to the performance of Node.js, helping it to perform asynchronous and non-blocking operations by leveraging the kernel. But what can go wrong?
In this article, we demonstrate a way to stall the event loop. Fundamentally, a thor...
blog.platformatic.dev13 min read