Replies: 6 comments 4 replies
-
For comparisonSocketify v0.0.20 (ASGI)
UviCorn v0.21.1 (ASGI)
|
Beta Was this translation helpful? Give feedback.
-
Developer @cirospaciari writes here: emmett-framework/granian#30 Now I tried to completely remove this callback (it turned out to be completely unnecessary).
|
Beta Was this translation helpful? Give feedback.
-
I managed to make support for the Test app: asgi_srv.py Quart + Hypercorn (default):
Quart + Uvicorn:
Quart + FastWSGI:
|
Beta Was this translation helpful? Give feedback.
-
FastAPI + Uvicorn
FastAPI + FastWSGI
|
Beta Was this translation helpful? Give feedback.
-
BlackSheep+ Uvicorn
BlackSheep+ FastWSGI
|
Beta Was this translation helpful? Give feedback.
-
Apologies, I have been away for a while. This looks awesome! |
Beta Was this translation helpful? Give feedback.
-
Somehow I made support for ASGI: https://github.com/remittor-pr/fastwsgi/commits/devrem
It was very difficult. Some points still need to be improved.
Test app: server.py , asgi_srv.py
WSGI
$ python3 server.py -g fw -v 2
ASGI
$ python3 asgi_srv.py -g fw -v 2
Beta Was this translation helpful? Give feedback.
All reactions