nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.26k stars 322 forks source link

Does nginx-unit want to support WSGI+ ? #1156

Closed pwtail closed 2 days ago

pwtail commented 4 months ago

Here is the proposal https://github.com/pwtail/wsgi_plus

Here is the proof of concept for gunicorn https://github.com/pwtail/gunicorn/pull/1/files#diff-9818e6c0e3d6054dc383f77ce881ba79f8090a904fb3abd9892306f096e58319

How hard would it be to support this?

tippexs commented 4 months ago

Hi @pwtail thanks for reaching out and sorry for our late response! We were bussy shipping 1.32. We will have a look into this next week and come back with Feedback as soon as possible. Have a great sunday!

callahad commented 2 days ago

Thank you for the proposal, @pwtail. After discussion, we've decided not to be early adopters of WSGI+.

We'd be happy to reconsider if Gunicorn, uWSGI, or mod_wsgi adopt WSGI+.