What is libuv?
libuv is a C library that provides asynchronous I/O and non-blocking operations.
It acts as a bridge between Node.js and the OS (Operating System).
It manages things like file system operations, networking, timers, child processes, ...