Published onAugust 18, 2024Benchmarking Python and Rust web serverspythonrustcodeclassicalComparing the performance of a simple web server implemented in Python (FastAPI & SQLAlchemy) and Rust (Rocket, Axum and Diesel).
Published onAugust 17, 2024How to build a simple web server in RustrustcodeclassicalTwo simple web server implementations in Rust using Rocket, axum and Diesel.