Update: updating project readme
This commit is contained in:
parent
2ac0157b4a
commit
5833e9df6b
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,8 @@ While AI assistance has been invaluable in accelerating certain aspects of devel
|
||||||
|
|
||||||
- **Laravel API Compatibility**: Familiar API for Laravel developers
|
- **Laravel API Compatibility**: Familiar API for Laravel developers
|
||||||
- **Modular Architecture**: Separating core components and libraries
|
- **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
|
- **Extensibility**: Support for custom extensions
|
||||||
- **Community-Driven**: Open-source principles and community contributions
|
- **Community-Driven**: Open-source principles and community contributions
|
||||||
- **Modular Packages**: Standalone Dart packages for each component
|
- **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
|
- **ORM and Database Integration**: Work with various database systems
|
||||||
- **Templating Engine**: For server-side rendering
|
- **Templating Engine**: For server-side rendering
|
||||||
- **Static File Serving**: Built-in middleware
|
- **Static File Serving**: Built-in middleware
|
||||||
|
- **Scalability**: Designed to handle multiple concurrent connections efficiently.
|
||||||
- **Testing Utilities**: Comprehensive testing support
|
- **Testing Utilities**: Comprehensive testing support
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
Loading…
Reference in a new issue