Show HN: Yaiko – A fullstack web framework for Rust and jQuery

the_plug1 pts0 comments

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/yaikoFeedback on the API design and architecture is appreciated.

yaiko https crates rust github sazalo101

Related Articles