No description
Find a file
sha512sum 79ac12a4d7
Some checks failed
cserver CMake / tidy (push) Has been cancelled
cserver CMake / format (push) Has been cancelled
cserver CMake / build (Release, clang-18, clang++-18, ubuntu-24.04) (push) Has been cancelled
cserver CMake / build (Release, gcc-14, g++-14, ubuntu-24.04) (push) Has been cancelled
Update
2024-08-30 09:07:59 +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
docs add doxygen layout 2024-07-09 01:31:02 +00:00
examples/src Update 2024-08-30 09:07:59 +00:00
include/cserver Update 2024-08-30 09:07:59 +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 2024-08-30 09:07:59 +00:00
CMakeLists.txt Update 2024-08-30 09:07:59 +00:00
LICENSE Update LICENSE 2024-03-28 00:15:53 +00:00
Makefile build: doxygen generate docs 2024-07-09 01:31:02 +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