First of all say that my django based project using celery works wonderfully on openlitespeed.
However, I have a new requirement that requires me to use django channels to send asynchronous messaging. For this I must stop using WSGI that comes by default in the openlitespeed template and change to ASGI. I've been checking the web and I can't find any documentation about it. Gunicorn or uvicorn is recommended as they say that not all servers support ASGI. I love openlitespeed and I already have my server with several other things configured, I wouldn't want to change. Can someone tell me if openlitespeed supports ASGI, and if it does, how can I change from WSGI to ASGI? Thank in advance.
However, I have a new requirement that requires me to use django channels to send asynchronous messaging. For this I must stop using WSGI that comes by default in the openlitespeed template and change to ASGI. I've been checking the web and I can't find any documentation about it. Gunicorn or uvicorn is recommended as they say that not all servers support ASGI. I love openlitespeed and I already have my server with several other things configured, I wouldn't want to change. Can someone tell me if openlitespeed supports ASGI, and if it does, how can I change from WSGI to ASGI? Thank in advance.