1 개요[ | ]
- django rest framework vs flask
- 장고 레스트 프레임워크와 플라스크 비교
구분 | django rest framework | flask |
---|---|---|
웹사이트 | https://www.django-rest-framework.org/ | https://flask.palletsprojects.com/ |
GitHub | https://github.com/encode/django-rest-framework | https://github.com/pallets/flask |
사용자 인증 | 내장 | Flask-HTTPAuth 플러그인 사용가능 |
Rate Limiting | 내장 | Flask-Limiter 플러그인 사용가능 |
ORM | Django ORM | SQLAlchemy 플러그인 사용가능 |
API 버저닝 | 지원 | |
Browsable API | 지원 | |
기타 |
|
2 같이 보기[ | ]
3 참고[ | ]
로그인하시면 댓글을 쓸 수 있습니다.