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