liblw icon indicating copy to clipboard operation
liblw copied to clipboard

An asynchronous application framework built on C++ coroutines and epoll.

liblw

A coroutine-ready asychronous web framework in C++.

Setup

  1. Install Bazel: https://docs.bazel.build/versions/master/install.html
  2. Ensure you have a compiler supporting C++20 (e.g. gcc-9 or later).