A simple web framework implemented in C++23 for study.
- C++23
- Proactor Pattern
- Asynchronous Logging System
- Simple JSON Parser
- Dynamic & Static Routing
- GCC 14+
- liburing
- CMake
-
Clone the repository:
git clone https://github.com/Seele-Official/tiny-web-framework.git cd tiny-web-framework -
Build using CMake:
mkdir build && cd build cmake .. cmake --build .
See the example.cpp for a simple usage example.