What is libuv?



What is libuv?..

Answer / Mithlesh Kumari

libuv is a multi-platform C library that provides support for asynchronous I/O operations. It's used by Node.js to implement its non-blocking I/O model.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

Why are callback functions used?

1 Answers  


Do you know what mean stack means?

1 Answers  


Why is node js used?

1 Answers  


What is a control flow function?

1 Answers  


Explain event loop in node js?

1 Answers  


What are buffers?

1 Answers  


Is node a single threaded application?

1 Answers  


How to send data from node js to html?

1 Answers  


Is nodejs secure?

1 Answers  


Why is js single threaded?

1 Answers  


Does node.js support multithreading?

1 Answers  


How we can update npm to new version in node.js?

1 Answers  


Categories