https://github.com/ohkami-rs/framework_benchmarks
https://github.com/ohkami-rs/framework_benchmarks
benchmark benchmark-framework ohkami rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ohkami-rs/framework_benchmarks
- Owner: ohkami-rs
- Created: 2024-02-18T20:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T01:35:37.000Z (8 months ago)
- Last Synced: 2025-04-21T10:02:39.232Z (6 months ago)
- Topics: benchmark, benchmark-framework, ohkami, rust
- Language: Rust
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Ohkami](https://github.com/kana-rus/ohkami) - Intuitive and Declarative Web Framework for Rust
## Description
> Build web app in intuitive and declarative code
> - *macro-less and type-safe* APIs for intuitive and declarative code
> - *multi runtime* support:`tokio`, `async-std`, `worker` (Cloudflare Workers)- [User Guide](https://docs.rs/ohkami/latest/ohkami/)
- [API Documentation](https://docs.rs/ohkami/latest/ohkami/)
- Cargo package: [ohkami](https://crates.io/crates/ohkami)## Database
PostgreSQL with [sqlx](https://github.com/launchbadge/sqlx)
## Test URLs
### 1. JSON Serialization
http://localhost:8000/json
### 2. Single Database Query
http://localhost:8000/db
### 3. Multiple Database Queries
http://localhost:8000/queries?q={count}
### 4. Fortunes
http://localhost:8000/fortunes
### 5. Database Updates
http://localhost:8000/updates?q={count}
### 6. Plaintext
http://localhost:8000/plaintext