Also see: https://www.arewewebyet.org/
Is there a meta website for all the "are we X yet" about rust?
Is Rust Ready for the Web Yet? (2020)
11–20 of 69 posts
Re: Is Rust Ready for the Web Yet? (2020)
#12Also see: https://www.arewewebyet.org/
Is there a meta website for all the "are we X yet" about rust?
Re: Is Rust Ready for the Web Yet? (2020)
#13Rust is pretty much the only language that runs well on all of front-end, back-end, iOS, Android, Windows & MacOS, with decent UI bindings. Javascript is the only real competition, but the needed shims are lossy at times. C++ is the closest, but Dioxus and Cacao are nicer than anything in the C++ ecosystem AFAICT. It's perhaps not the ideal language for any of those, but there's substantial benefit to having your who…
Re: Is Rust Ready for the Web Yet? (2020)
#14Rust is pretty much the only language that runs well on all of front-end, back-end, iOS, Android, Windows & MacOS, with decent UI bindings. Javascript is the only real competition, but the needed shims are lossy at times. C++ is the closest, but Dioxus and Cacao are nicer than anything in the C++ ecosystem AFAICT. It's perhaps not the ideal language for any of those, but there's substantial benefit to having your who…
This isn't a dig on Rust, but wherever Rust runs, so does C++. There are a lot of dimensions where Rust is better, but definitely not "runs everywhere" and "ecosystem".
Re: Is Rust Ready for the Web Yet? (2020)
#15Rust is pretty much the only language that runs well on all of front-end, back-end, iOS, Android, Windows & MacOS, with decent UI bindings. Javascript is the only real competition, but the needed shims are lossy at times. C++ is the closest, but Dioxus and Cacao are nicer than anything in the C++ ecosystem AFAICT. It's perhaps not the ideal language for any of those, but there's substantial benefit to having your who…
Re: Is Rust Ready for the Web Yet? (2020)
#16Salvo is also great: https://salvo.rs
Re: Is Rust Ready for the Web Yet? (2020)
#17Maybe not with Actix, but certainly with axum: https://github.com/tokio-rs/axum Salvo is also great: https://salvo.rs
Re: Is Rust Ready for the Web Yet? (2020)
#18I was delighted just a few weeks ago to go from nothing to a rest server, redis connection, database connection and templating out dynamic html with rust after a few hours of tinkering.
Re: Is Rust Ready for the Web Yet? (2020)
#19I will continue using Rust for embedded, 3D graphics, and desktop PC programs, but won't touch it for websites until this is solved.
Re: Is Rust Ready for the Web Yet? (2020)
#20Rust is pretty much the only language that runs well on all of front-end, back-end, iOS, Android, Windows & MacOS, with decent UI bindings. Javascript is the only real competition, but the needed shims are lossy at times. C++ is the closest, but Dioxus and Cacao are nicer than anything in the C++ ecosystem AFAICT. It's perhaps not the ideal language for any of those, but there's substantial benefit to having your who…
QT is still far ahead. This isn't a dig on Rust, but wherever Rust runs, so does C++. There are a lot of dimensions where Rust is better, but definitely not "runs everywhere" and "ecosystem".
My suspicion is that this is because QT widgets sort of look like native widgets but aren’t quite there, causing it to fall into some kind of “uncanny valley” analogue.