this post was submitted on 30 May 2026
27 points (100.0% liked)
Rust
8041 readers
67 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Congratulations.
I should probably look this up instead of asking, but how decoupled is the registry and backend code from the web frontend?
Is it possible for an external project to, for example, develop a fully functional alternative in Rust/WASM?
Fully decoupled. I have a close eye on Rust web frameworks but so far they seems not as production ready as good old TypeScript. Leptos is the one I would like to use if it become more mature in the future.
Cool. Thanks for clarifying that up. I may check it out (if I ever have the time).