비동기 서버 게이트웨이 인터페이스

Asynchronous Server Gateway Interface

ASGI(Asynchronous Server Gateway Interface)는 웹 서버비동기 대응 Python 프로그래밍 언어 프레임워크 및 응용 프로그램에 요청을 전송하기 위한 호출 규칙입니다.Web Server Gateway Interface(WSGI; 웹 서버 게이트웨이 인터페이스)의 후속 제품으로 구축되었습니다.

외부 링크