Skip to content

Comment on Handling 100 Requests per Second with Python and Djangoparent

Comments

Well.... now that you ask. I've enjoyed using [Rust Tide](https://docs.rs/tide/0.16.0/tide/), because it supports async with response objects so you can build the response across async boundardies, unlike [actix](https://www.arewewebyet.org/topics/frameworks/#pkg-actix-web). I've found diesel to be the lingua franca of ORMs right now, but a bit rough to use. Anyways https://www.arewewebyet.org/ gives you the full compendium. My experience is that there isn't a soup-to-nuts framework in rust like django, but you can get there.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.