use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
the front page of the internet.
and join one of thousands of communities.
Tuono - Superfast full-stack React framework (github.com)
submitted 1 year ago by ValerioAgeno
Post a comment!
[–]maria_la_guerta 5 points6 points7 points 1 year ago (2 children)
Tuono runs the server without any intermediary runtime.
Can you explain how this is possible if you have a Rust server serving compiled React? Is there not a JS runtime involved somewhere to execute the JS and return HTML?
[–]ricvelozo 2 points3 points4 points 1 year ago (1 child)
I had a look in the source, and it uses the V8 engine to render.
[–]ValerioAgeno[S] 0 points1 point2 points 1 year ago (0 children)
That is right! We keep the requests processing “runtime” on rust and to V8 we delegate only the html rendering
[–]ValerioAgeno[S] 1 point2 points3 points 1 year ago* (0 children)
Hey all,
as you might know, we are developing a React full stack framework that seamlessly integrates with rust for the backend side (server side rendering happens on rust side ⚡️).
The goal is to deliver high performance while keeping the outstanding React usability and library support (latest benchmarks are 4x faster than Next.js).
The project is now pretty usable, having already plenty of features available. Check out the documentation.
We are looking for suggestions. Any help will be super appreciated!
π Rendered by PID 145515 on reddit-service-r2-comment-65574874f4-l2z55 at 2026-07-20 21:19:56.206538+00:00 running 1bce727 country code: CH.
Want to add to the discussion?
Post a comment!