minimal example of a JSON API using fastapi on Python and warp on Rust.
Rust
actix-web https://actix.rs/
warp https://github.com/seanmonstar/warp
rocket https://rocket.rs/
more details at https://www.arewewebyet.org/
Python
flask https://flask.palletsprojects.com/
BlackSheep https://www.neoteroi.dev/blacksheep/
fastapi https://fastapi.tiangolo.com/
interesting comparison: TechEmpower Web Framework Benchmarks https://www.techempower.com/benchmark...
Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...