Uvicorn을 사용하여 FastAPI를 구동할 수 있다.하지만 Uvicorn의 경우, Single Process로만 동작하기 때문에Production(배포) 환경에서는 Multi Process를 사용하고 관리할 수 있는 WSGI 서버인 💡Gunicorn을 이용하여
A "middleware" is a function that works with every request before it is processed by any specific path operation. And also with every response before
⌨️ Background Tasks background task가 응답(response)를 return 한 이후에 실행되도록 정의할 수 있다. Background Task request(요청) 이후에 수행되어야 하는 작업들에 유용하다. 이 때 클라이언트는 respon
테스트 페이지를 만들고 vercel로 배포했다.But.. vercel로 배포한 링크에서 api 요청을 날리면 아래와 같은 에러가 발생하는 문제가 생겼다.무료로도 도메인을 사용할 수 있다고 한다. 나는 aws를 사용해보고 싶어서 Route 53에서 12달러 주고 구입했다
Websocket - custom event name 사용하려면https://stackoverflow.com/questions/41982982/how-to-create-custom-events-for-ws-web-socket-module