No description
Find a file
2024-04-20 10:01:24 +00:00
benchmarks Add initialise without sort benchmark 2024-04-14 11:41:39 +00:00
cmake Add compiler support check 2024-04-20 10:01:24 +00:00
examples Change interface HTTPHandlerBase 2024-04-14 11:41:39 +00:00
include/cserver template for socket type in network facade functions 2024-04-15 12:40:51 +00:00
CMakeLists.txt Add compiler support check 2024-04-20 10:01:24 +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