|
|
|
|
|
by jokethrowaway
946 days ago
|
|
I tried rocket back then and reached similar conclusions - then I just picked the most popular choice (actix at the time). Actix had its highs and lows but always delivered. Nowadays I'm on axum (mainly because the API is nice and because it feels like the community is moving in that direction) and the experience is great. I'm working to rewrite my node.js and python service to Rust to simplify my stack and take care of unreliability and hard to debug occasional bugs. And I'm also adopting leptos to do frontend development (moving from solid.js - which is already pretty nice) |
|
Likely unpopular opinion here but the Rust community is incredibly fickle and tends to attract "shiny new thing" types. I'd be very cautious hitching your wagon to whatever horse they are championing in 202X. Use what is best for your needs.