Improving Performance in Node.js: Blocking the Event Loop
Welcome back! Before we delve into strategies for improving performance, it’s important to understand the potential pitfalls that can arise when the event loop is blocked in a Node.js server. To illustrate this, let’s build a simple example.
Setting ...
innosufiyan.hashnode.dev3 min read