C++20 HTTP/1.1 server library using coroutines and Linux's io_uring API.
co_http_uring is a C++20 HTTP/1.1 library developed to experiment with coroutines and Linux's io_uring API through liburing.
- Linux
- CMake >= 3.23
- a C++20 compiler toolchain supported by CMake
- libraries:
- test libraries:
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON ..
$ cmake --build .
# cmake --install .
This software is licensed under the Apache License, version 2.0.