Hacker News new | ask | show | jobs
by claviola 3148 days ago
I think you mean WSGI is the protocol.
1 comments

WSGI is the python-level API between web server and your application. uwsgi is one implementation of that which also has it's own network protocol (also called uwsgi)