Hacker News new | ask | show | jobs
Show HN: Yaiko – A fullstack web framework for Rust and jQuery
2 points by the_plug 4 days ago
Yaiko (https://github.com/sazalo101/yaiko) is an open-source fullstack web framework for Rust.

Most Rust web libraries require assembling auth, sessions, CSRF, rate limiting, migrations, and a JS build pipeline separately.

Yaiko packages these into a single framework using Rust on the backend and jQuery on the frontend, requiring no Node.js build steps.

Features:

Built on Hyper and Tokio (80,000+ RPS) Built-in SQLite and PostgreSQL migration runner (yaiko migrate run) CSRF, rate limiting, WebSockets, and background job queue Scaffolding CLI (cargo install yaiko) Documentation: https://github.com/sazalo101/yaiko/blob/main/BOOK.md Crates.io: https://crates.io/crates/yaiko

Feedback on the API design and architecture is appreciated.