Understanding libuv and event loop
Libuv is a library written in the programming language C that helps nodejs to improve efficiency while running tasks parallelly. However, nodejs already have async API's. It uses Libuvs's thread pools
blogmudassir.hashnode.dev5 min read