libuv is a platform layer for Node written in C. Its purpose is to abstract IOCP on Windows and libev-like functionality on Unix systems.
I'd be interested in aspects like: scope/features performance maturity
c++ boost boost-asio libuvWhat does this error actually mean? What is a "cross-device link"? It is mentioned on this libuv page but it …
node.js libuvI'm trying to create a class to abstract some basic behavior of libuv's networking functions. #define TCP_BACKLOG 256 class _tcp { …
c++ libuvsudo apt-get install libuv $ sudo apt-get install libuv [sudo] username ... It fails to find package and install. Is libuv included …
linux ubuntu installation apt-get libuvI'm trying to find out how to fix these memory leaks I'm getting while running this program with Valgrind. The …
c libuvI'm trying to call a registered JS function when a c++ callback is called, but I'm getting a segfault for …
c++ multithreading v8 libuvI have learned that node.js use libeio internally to perform async file I/O, with thread pool, on *nix …
javascript linux node.js io libuv