Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- terraform
- Python
- AWS
- ansible
- docker
- YAML
- EC2
- IAM
- Service
- intervals
- 자바스크립트
- github
- event loop
- asyncio
- leetcode
- ebs
- EKS
- Kubernetes
- K8S
- 쿠버네티스
- Deployment
- elasticsearch
- asgi
- WSGI
- POD
- kernel
- FastAPI
- IAC
- dockerfile
- Django
Archives
- Today
- Total
목록typehint (1)
궁금한게 많은 개발자 노트
Fast API
Fast API란? FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. 타입 힌트를 제공하는 현대적이고, 빠른(고성능) 웹 프레임워크이다. python기반으로 flask와 같은 개발 편의성에 nodejs, go와 같은 성능과 안정성을 갖춘 web framework입니다. starlette framework를 기반으로한 비동기 API 서버 지원 pydantic을 사용한 data validation지원 api swagger, redoc 등을 사용한 api document 자동 생성 지원 python3.6+ type hintin..
Back End
2022. 5. 23. 11:21