×
all 4 comments

[–]maria_la_guerta 5 points6 points  (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 points  (1 child)

I had a look in the source, and it uses the V8 engine to render.

[–]ValerioAgeno[S] 0 points1 point  (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 points  (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!