Closed RichardBruskiewich closed 3 years ago
WSGI deployment may not be so relevant to AIOHTTP based applications. That said, one more assessment may be worthwhile (https://aiohttp-wsgi.readthedocs.io/en/stable/wsgi.html). See also https://docs.aiohttp.org/en/stable/deployment.html.
Not considered required for a working system. AIOHTTP seems to work fine without it.
The Python Flask KGE Archive deployment needs to be converted into a WSGI deployment: i.e. NGINX / WSGI / web application integration.
References: https://www.fullstackpython.com/wsgi-servers.html