From 5833e9df6b7091f59e976cc2aa342c61695d3718 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Wed, 2 Oct 2024 00:01:04 -0700 Subject: [PATCH] Update: updating project readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5e7fcb..b9bd8b0c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ While AI assistance has been invaluable in accelerating certain aspects of devel - **Laravel API Compatibility**: Familiar API for Laravel developers - **Modular Architecture**: Separating core components and libraries -- **High Performance**: Built on top of the multi-threaded Conduit API +- **High Performance**: Leverages Dart's efficient event-driven model and isolates for concurrent processing. +- **Asynchronous Processing**: Built on Dart's async-await paradigm for non-blocking operations. - **Extensibility**: Support for custom extensions - **Community-Driven**: Open-source principles and community contributions - **Modular Packages**: Standalone Dart packages for each component @@ -49,6 +50,7 @@ While AI assistance has been invaluable in accelerating certain aspects of devel - **ORM and Database Integration**: Work with various database systems - **Templating Engine**: For server-side rendering - **Static File Serving**: Built-in middleware +- **Scalability**: Designed to handle multiple concurrent connections efficiently. - **Testing Utilities**: Comprehensive testing support ## Getting Started