mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
8 lines
353 B
Plaintext
8 lines
353 B
Plaintext
libuv is used as the platform layer for node.js
|
|
|
|
libuv enforces an asynchronous, event-driven style of programming.
|
|
Its core job is to provide an event loop and callback based
|
|
notifications of I/O and other activities. libuv offers core
|
|
utilities like timers, non-blocking networking support, asynchronous
|
|
file system access, child processes and more.
|