Understanding the event loop in NodeJS for beginners
Async Code Execution
JavaScript is a synchronous, blocking, and single-threaded language
To make async programming possible, we make use of libuv
Code Execution in NodeJS (overview)
On the left, we have the V8 engine that executes the JavaScript...
blog.veedyapp.store7 min read