

-
tuono
Discontinued Superfast fullstack React framework [Moved to: https://github.com/tuono-labs/tuono] (by Valerioageno)
TL;DR: Check out Tuono for a framework-like experience that allows you to run React on a multithreaded Rust server. You can find more details below.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
For this example, we will use axum, a web framework that works on top of tokio.
-
Access the complete project here.
-
For this example, we will use axum, a web framework that works on top of tokio.
-
ssr-rs
Server side rendering on rust servers using the v8 engine for parse and evaluate the javascript code. (by Valerioageno)
🎊 You are running a full-stack React application using a Rust server. Finally, React runs within a multithreaded server (you can find some benchmarks here).
-
Tuono is an experimental full-stack framework aimed at simplifying the development of high-performance Rust applications, with a strong focus on both usability and speed.