Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z33t4/cyro
Cyro is a modern framework designed to simplify backend development.
https://github.com/z33t4/cyro
backend cyro fastest framework
Last synced: 18 days ago
JSON representation
Cyro is a modern framework designed to simplify backend development.
- Host: GitHub
- URL: https://github.com/z33t4/cyro
- Owner: Z33T4
- License: mit
- Created: 2024-11-27T03:54:20.000Z (about 2 months ago)
- Default Branch: release
- Last Pushed: 2024-12-02T09:40:53.000Z (about 1 month ago)
- Last Synced: 2024-12-28T08:05:20.339Z (18 days ago)
- Topics: backend, cyro, fastest, framework
- Language: JavaScript
- Homepage: https://cyro.y4z.dev/
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
- Code of conduct: code_of_conduct.md
- Security: security.md
Awesome Lists containing this project
README
# **Cyro**
**Version:** `2.0`
**Framework:** `Cyro`
**Runtime:** `Bun`
**Developed by:** [y4z.dev](https://y4z.dev)> [!IMPORTANT]
> Required [`Bun`](https://bun.sh)---
## π **Features**
Cyro is a lightweight and modular framework designed to simplify backend application development using [`Bun`](https://bun.sh)
### Core Features
- **Request Handling**
- Extract and manage parameters with ease.
- **Middleware Handling**
- Flexible middleware for custom workflows.
- **Response Handling**
- Simplified and consistent response generation.
- **Error Handling**
- Robust error management for graceful recovery.
- **Database Handling**
- Intuitive database management for fast development.### Add-ons
Enhance your application with powerful add-ons:
- Extract form data seamlessly.
- Access cookies directly from requests.
- Utilize an encrypted token system for secure data exchange.---
## π **Guides**
Learn how to use Cyro with step-by-step examples:
- **Basic Usage:** Get started quickly.
[Read the guide β](https://github.com/y4z-dev/cyro/blob/release/docs/guide.md)- **Database Management:** Explore database integration and handling.
[Read the guide β](https://github.com/y4z-dev/cyro/blob/release/docs/database.md)- **Add-ons:** Learn about and implement additional features.
[Read the guide β](https://github.com/y4z-dev/cyro/blob/release/docs/guide.md)---
## π **Contribute**
Weβre always looking for feedback and contributions! For bugs or feature requests, please open an issue or contribute directly through pull requests.