No description
Find a file
2024-07-06 22:11:11 +00:00
.github/workflows Add Github Actions 2024-07-06 13:57:50 +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 Fix examples for clang-tidy, clang-format 2024-07-06 22:02:42 +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 Update gitignore 2024-07-06 22:11:11 +00:00
CMakeLists.txt build: add gtest as CPM package 2024-07-06 12:52:19 +00:00
LICENSE Update LICENSE 2024-03-28 00:15:53 +00:00
Makefile build: makefile with development commands 2024-07-06 12:52: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