ASGI stands for Asynchronous Server Gateway Interface. It is a successor to Web Server Gateway Interface (WSGI). It adds support for async handlers. Both ASGI and WSGI servers act as middleware, a piece of technology that sits in between two other te...
blog.tomhuibregtse.com6 min readThanks for the interesting read. In the implementation of send, it looks like the connection is closed on every call. Shouldn't this depend on whether there is more data?
Kahlan Guha
Nice article.