Node.Js introduces itself as a asynchronous event driven JavaScript runtime. To achieve this asynchronous nature , node uses a open source library called libuv. libuv even though built for Node , it is not exclusive to Node.js. There are plenty of ot...
codegrower.hashnode.dev1 min read
No responses yet.