Juan José

Getting started with libuv API

Juan Arboleda, April 19, 20241 minute readingin libuv ,nodejs

Getting started with libuv API

Libuv is a C library for asynchronous I/O. Node.js uses libuv as its event loop implementation and all async systems operations and system calls like file creation, socket creations, threads creation and so on.

I wrote some examples using libuv. Just for you 🩵

Please visit https://github.com/juanarbol/uvxamples/ and happy hacking!

Contributions are more than welcome and you can sponsor this work via Patreon