Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: Using FASTAPI instead of Django as python web framework #47

Open
ArpitKotecha opened this issue Feb 29, 2020 · 1 comment
Open

Comments

@ArpitKotecha
Copy link
Contributor

Why Use FASTAPI?
It is modern, fast (high-performance), web framework for building APIs with Python 3.6+ which supports async/await and is easy to learn(Similar to flask).

Alternatives comparison
Click here for comparisons with other Python web frameworks.

Features

  • Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available.
  • Easy: Designed to be easy to use and learn. Less time reading docs.
  • Robust: Get production-ready code. With automatic interactive documentation.
  • Automatic Doc Generation
    Click here to know more about FASTApi feautres.
@welcome
Copy link

welcome bot commented Feb 29, 2020

Thanks for opening your first issue!
Kindly note that this repository is maintained by Vinit Shahdeo.
He'll get back to you soon.

@ArpitKotecha ArpitKotecha changed the title Using FASTAPI instead of Django as python web framework Discussion: Using FASTAPI instead of Django as python web framework Feb 29, 2020
@jainpawan21 jainpawan21 removed the JWoC label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants