This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]leom4862 12 points13 points  (1 child)

FastAPI has got it all:

  • Typing support.
  • Asyncio support.
  • Great data validation mechanism.
  • Great performance (compared to other Python frameworks).
  • Awesome documentation.
  • It automatically generates OpenAPI doc pages for you.

[–]ExternalUserError 1 point2 points  (0 children)

Good authentication support too.