Jump to content

Asynchronous Server Gateway Interface

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fuzheado (talk | contribs) at 11:00, 4 December 2021 (add async link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Asynchronous Server Gateway Interface (ASGI) is a calling convention for web servers to forward requests to asynchronous-capable Python programming language frameworks, and applications. It is built as a successor to the Web Server Gateway Interface (WSGI).