개발머해니

python 웹 프레임워크로 Fastapi 사용하는 이유 본문

백엔드

python 웹 프레임워크로 Fastapi 사용하는 이유

왕행님 2024. 8. 10. 21:58
728x90
반응형

Fastapi 가 편리한 이유

1. 문서 자동화 = Swagger를 사용하지 않아도 된다. 

 

2. nodejs급 빠름

 

3. ASGI를 기반으로 비동기 처리를 지원 (※ ASGI : Asynchronous Server Gateway)

 

4. flask나 django는 동기 통신을 기반으로 하기 때문에 효율이 떨어짐


 

Fastapi 공식 사이트

https://fastapi.tiangolo.com/

 

FastAPI - FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production

fastapi.tiangolo.com

 

728x90
반응형