Show HN: Nanorust – Minimal server-driven UI in Rust
Category: web-framework
Tags: rust, server-driven-ui, sse
Score: 5.0/10 (Innovation: 5, Technical: 6, Documentation: 4, Utility: 5)
Nanorust is a minimal server-driven UI framework in Rust that renders HTML on the server, manages state with signals, and updates the browser via SSE and small DOM patches. It offers an interesting alternative to WASM and client-side frameworks for simple interactive web apps.
Target audience: backend devs
Repository: https://github.com/skorotkiewicz/nanorust · Rust
View on Hacker News