FastAPI - The Good, the Bad and the Ugly
FastAPI is a relatively new web framework for Python claiming to be one of the fastest Python frameworks available.
https://dev.to/fuadrafid/fastapi-the-good-the-bad-and-the-ugly-20ob
@DevMisc
#python #fastapi #misc
FastAPI is a relatively new web framework for Python claiming to be one of the fastest Python frameworks available.
https://dev.to/fuadrafid/fastapi-the-good-the-bad-and-the-ugly-20ob
@DevMisc
#python #fastapi #misc
Replacing FastAPI with Rust — A series
1. Intro (defining requirements)
2. Research (rweb, rocket, paperclip)
3. Trying Actix (actix-web)
4. A Solution (rweb, dropshot, rocket with okapi)
5. Rocket 0.5 (rocket, async tests, memory management)
6. AWS Lambda (AWS CDK)
@DevMisc
#rust #fastapi #rocket #learn
The author is starting a blog series exploring the possibility of replacing the FastAPI Python web framework with the Rust programming language for their use case. FastAPI is the author's go-to backend framework, but they are interested in moving beyond some of the limitations of Python. The key requirements the author is hoping to achieve with a Rust-based solution are high performance, type safety, and ease of deployment. The author is unsure where this exploration will lead, but is excited to document the process and see if they can create a compelling alternative to FastAPI. Readers are encouraged to follow along, provide feedback, and suggest ideas for the blog series.
1. Intro (defining requirements)
2. Research (rweb, rocket, paperclip)
3. Trying Actix (actix-web)
4. A Solution (rweb, dropshot, rocket with okapi)
5. Rocket 0.5 (rocket, async tests, memory management)
6. AWS Lambda (AWS CDK)
@DevMisc
#rust #fastapi #rocket #learn
❤2👍1