Blocking Event Loop
Welcome back! In the previous discussion, we explored how blocking functions, such as a simulated delay, could severely slow down an entire server. Our delay function isn't a realistic scenario, so let's consider replacing it with a non-blocking call...
Dec 25, 20243 min read35