Friday, 3 March, 2023 UTC


Summary

We know that JavaScript code runs in a single thread meaning that our code can perform only one task at a time. Similarly, Node.js also runs on a single thread and uses a single event loop that runs on the same thread. However, under the hood, Node.js provides us with many libraries like the libuv …
Node.js Worker Threads: A Beginner’s Guide Read More »