This chapter discusses using RingLibuv to create applications based on the Libuv library. Libuv is a multi-platform support library focused on asynchronous I/O. It features full-featured event loops, asynchronous TCP/UDP sockets, asynchronous file system operations, child processes, threading, and more. Examples shown include creating a basic application with the event loop, using an idle callback, and creating a simple TCP server.