forked from orbit-oss/flask
Update the docs on serving with ASGI
Whilst it has been possible to serve via an ASGI server for a while (using WSGI to ASGI middleware/adapters) it hasn't added much. Now though it makes sense to recommend the asgiref adapter as it integrates with the same event loop used for async route handlers etc...
This commit is contained in:
parent
5c6a0f0c12
commit
1c3b53c5db
2 changed files with 28 additions and 0 deletions
|
|
@ -31,3 +31,4 @@ Self-hosted options
|
|||
mod_wsgi
|
||||
fastcgi
|
||||
cgi
|
||||
asgi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue