Show HN: Ryde, a Rust Web Framework
github.com
Show HN: Ryde, a Rust Web Framework
1–10 of 11 posts
Re: Show HN: Ryde, a Rust Web Framework
#2If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust.
Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs.
The language has the right abstractions, is not difficult to write (it's similar to writing Golang or Java), and results in code with far fewer defects.
Rust is a great place to be for web development.
Re: Show HN: Ryde, a Rust Web Framework
#3Two Rust web frameworks in one day! If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust. Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs. The lan…
Re: Show HN: Ryde, a Rust Web Framework
#4Two Rust web frameworks in one day! If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust. Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs. The lan…
I like that this one has a JSX-like macro `html! { {var} }` syntax. Today's other one, `rwf` uses strings.
Re: Show HN: Ryde, a Rust Web Framework
#5Two Rust web frameworks in one day! If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust. Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs. The lan…
Re: Show HN: Ryde, a Rust Web Framework
#6Re: Show HN: Ryde, a Rust Web Framework
#7Two Rust web frameworks in one day! If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust. Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs. The lan…
rwf: Rust Web Framework - https://news.ycombinator.com/item?id=41914544 (October 2024, 179 comments)
Re: Show HN: Ryde, a Rust Web Framework
#8One suggestion: You should tell in about two or three short sentences in Readme.md how it extends axum, especially what it did to destroy the boilerplate of axum.
Re: Show HN: Ryde, a Rust Web Framework
#9I had a quick look. Looks fine at first glance, will try it out for a project of mine. I planned to use axum anyway. One suggestion: You should tell in about two or three short sentences in Readme.md how it extends axum, especially what it did to destroy the boilerplate of axum.
Re: Show HN: Ryde, a Rust Web Framework
#10Two Rust web frameworks in one day! If you add the new micro frameworks and Rails/Django-like frameworks to the pre-existing Flask-like frameworks (Actix, Axum, etc.), then you can see that the web backend development story in Rust is really starting to feel robust. Rust is a fantastic language to write backend logic in. It's incredibly fast and can serve thousands of requests per second from the tiniest VMs. The lan…
I like that this one has a JSX-like macro `html! { {var} }` syntax. Today's other one, `rwf` uses strings.