|
|
|
|
|
by rizzaxc
1572 days ago
|
|
Is it the time to consider Actix (or any other rust web framework) for production? I'm planning for a rather ambitious project, but not sure if I should choose rust (the new shiny thing) or stick to good ol Go (while I do have some issues with it) |
|
Actix is the most mature of the Rust web frameworks. Axum is new but very promising. Rocket is popular but development is stalled at the moment since the main developer has been going through some rough times.