From 5e441675e5bf6e38c91cda229d431114a3c4fbcf Mon Sep 17 00:00:00 2001 From: sha512sum Date: Thu, 28 Mar 2024 00:33:49 +0000 Subject: [PATCH] Add README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7fd332 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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