libuv is a high-performance, multi-platform C library focusing on asynchronous I/O, originally developed for Node.js. It provides a consistent event-loop and I/O abstraction layer across a range of systems, making non-blocking operations portable and efficient. Full-featured event loop backed by epoll, kqueue, IOCP, event ports. Asynchronous TCP and UDP sockets. Asynchronous DNS resolution. Asynchronous file and file system operations. File system events, ANSI escape code-controlled TTY. IPC with socket sharing, using Unix domain sockets or named pipes (Windows).
Features
- Full-featured event loop using epoll, kqueue, IOCP, event ports
- Async TCP and UDP sockets, file system operations, DNS lookup, and file system events
- Support for IPC, TTY, child processes, and signal handling
- Built-in thread pool for blocking operations
- High-resolution timers and synchronization primitives
- Consistent cross-platform API across Linux, Windows, macOS, FreeBSD, and more
Categories
LibrariesLicense
MIT LicenseFollow libuv
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of libuv!