No description
Find a file
2024-07-08 02:43:21 +00:00
.github ci: tidy and format checks 2024-07-06 23:40:12 +00:00
benchmarks Fix kName fields in benchmarks/init.cpp 2024-04-27 12:17:21 +00:00
cmake Remove loopholes check in cmake 2024-07-08 01:45:04 +00:00
examples/src Fix clang-tidy and clang-format for tests and examples/src/constexpr_check.cpp 2024-07-07 00:50:12 +00:00
include/cserver Fix bug in cli manager 2024-07-08 02:43:21 +00:00
tests Fix clang-tidy and clang-format for tests and examples/src/constexpr_check.cpp 2024-07-07 00:50:12 +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 ci: tidy and format checks 2024-07-06 23:40:12 +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