Skip to content
peio42 edited this page Nov 27, 2020 · 2 revisions

Welcome to the uvpp wiki! yes really :)

uvpp is a Modern C++ wrapper for libuv. If you don't know it, go discover it.. Cross-platform Reactor Event Library.

Licensing

uvpp is licensed under the MIT license.

Downloading

uvpp is still under early development, even if it's already usable. You can download it through GitHub repository.

No need to build, uvpp is a header-only C++ library. But you need libuv accessible.

uvpp Wiki Documentation

This wiki is based and adapted from libuv documentation. It's goal is to give details about uvpp syntax and how to integrate it into your projects.

Anyway, you should refer to the original libuv documentation if you need implementation details, and links should be given when needed.

Clone this wiki locally