libuv: The C Library Doing the Work Node Gets Credit For
In my last post I explained the Node.js event loop for people who already know JS. If you read that, you know the loop has phases: timers, pending callbacks, poll, check, close callbacks. What I skipp
harshvyas2704.hashnode.dev5 min read