|
|
|
|
|
by jguzmanjr
1732 days ago
|
|
I recommend giving Actix Web a try, was able to use the knowledge of Python Flask to build it. Rust has sum types which makes development much nicer especially with all the inevitable business logic that is associated with backend web dev. |
|
Actix is nice for non-website servers that don't need auth, email, templating, admin, auto migrations etc.