Rust's Tokio Maintainers Launch Topcoat, A Server-Rendered Fullstack Framework
Topcoat renders every component server-side, lets it query databases directly, and drives browser clicks through dollar-sign syntax, no WebAssembly needed.
- The view! macro blends familiar HTML with Rust control flow, formatted automatically by topcoat fmt.
- Routes are inferred straight from a project's module structure, with zero separate build step.
- Repository shows 748 commits and just 64 stars; maintainers warn of expected breaking changes.
Why it matters: Tokio already runs Rust's async foundation; owning the rendering layer too concentrates the stack in one team.
tokio-rs/topcoat GitHub repository (README) ↗ · Jul 17, 20267/17/26 · ✓ Checked✓ Check