Skip to content

Commit 7c54767

Browse files
authored
update LIBUV
1 parent f625e59 commit 7c54767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ V8 is Google’s open source high-performance JavaScript and WebAssembly engine,
15111511

15121512
## Q. ***Why is LIBUV needed in Node JS?***
15131513

1514-
*ToDo*
1514+
LIBUV is a library written in C++ and it's focus is on asynchronous I/O. Node.js use this library to interact with OS, system files and networking and also two core features of Node.js called event loop and thread pool are available in this runtime thanks to this library.
15151515

15161516
<div align="right">
15171517
<b><a href="#">↥ back to top</a></b>

0 commit comments

Comments
 (0)