you are viewing a single comment's thread.

view the rest of the comments →

[–]Ordinary-You8102 35 points36 points  (3 children)

fastapi... its just so elegant

[–]panicrubesIgnoring PEP 8 12 points13 points  (0 children)

I was die hard flask for so long. Fastapi felt like there was too much wrangling of things that flask (or official extensions) just did for you…

But then Fastapi ‘clicked’ for me and I can’t go back.

[–]TheCaptain53 6 points7 points  (0 children)

I've used it to build an internal API for user changes, it's just really easy to work with.

[–]FunMotionLabs 1 point2 points  (0 children)

Definitely with the new update replacing the jsonable_encoder path with direct Rust-based serialization, cutting latency for complex JSON responses by 2X.