uvw

Modern C++ wrapper for libuv with header-only library

brewmacoslinux
Try with needOr install directly
Source

About

Header-only, event based, tiny and easy to use libuv wrapper in modern C++

Commands

uvw

Examples

Include uvw in a C++ project for event-driven programming$ brew install uvw && cat /usr/local/opt/uvw/include/uvw.hpp
Use uvw for TCP server development with libuv abstraction$ g++ -I/usr/local/opt/uvw/include my_server.cpp -luv -o my_server
Access uvw documentation and examples$ ls /usr/local/opt/uvw/include && open https://github.com/skypjack/uvw