Zero to Production from Python/Flask Development

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Tide

    Fast and friendly HTTP server framework for async Rust

    I’d suggest taking a look at tide! I’ve used it for a bunch of projects and it feels exactly like the rust version of flask/express/sinatra. I’m pretty sure the same people that contribute to it have also worked on the async-std crate which is also very nice

  • Rocket

    A web framework for Rust.

    I'm using Rocket. It's actually the first backend framework I used for production. I find its guide very well-written, and I think its API's are well thought out. You might want to have a look at it.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts