Add README.md
This commit is contained in:
parent
23b461ec13
commit
5e441675e5
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue