No description
Find a file
2024-07-06 00:22:14 +00:00
benchmarks Fix kName fields in benchmarks/init.cpp 2024-04-27 12:17:21 +00:00
cmake Update check.cpp 2024-04-22 17:17:45 +00:00
examples/src Cli arguments parsing support 2024-07-03 11:58:06 +00:00
include/cserver Move get type name under if in http_handler_base.hpp 2024-07-05 15:30:14 +00:00
tests Use nameof instead boost::typeindex for more readability 2024-07-03 12:41:23 +00:00
.clang-format Add clang-tidy, clang-format and fixes 2024-07-03 19:40:29 +00:00
.clang-tidy Add clang-tidy, clang-format and fixes 2024-07-03 19:40:29 +00:00
.gitignore Add install_manifest.txt to .gitignore 2024-07-02 16:51:16 +00:00
CMakeLists.txt Add CPM 2024-07-06 00:22:14 +00:00
LICENSE Update LICENSE 2024-03-28 00:15:53 +00:00
README.md Add README.md 2024-03-28 00:33:49 +00:00

cServer - Asynchronous C++ Framework

This is an asynchronous framework for C++ that is currently in active development.

Features

  • Provides a simple and easy-to-use API for handling asynchronous tasks in C++
  • Supports callbacks and promises for handling asynchronous operations
  • Compile Time Component Management - Dependency Injection

Active development

UNDER ACTIVE DEVELOPMENT, API IS VERY UNSTABLE