No description
Find a file
2024-07-02 11:11:32 +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 Change API Component(Wrapper<name> name, auto& context) -> Component(T& context) T::kName 2024-07-01 18:48:32 +00:00
include/cserver Add cli args support 2024-07-02 11:11:32 +00:00
tests Change API Component(Wrapper<name> name, auto& context) -> Component(T& context) T::kName 2024-07-01 18:48:32 +00:00
.gitignore Add .gitignore 2024-06-27 04:52:33 +00:00
CMakeLists.txt Add examples compilation 2024-06-27 04:35:55 +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