Y
Hacker News
new
|
ask
|
show
|
jobs
by
alvarlagerlof
1653 days ago
Should explain what WSGI is.
1 comments
james_roberts
1653 days ago
Web Server Gateway Interface. Simply put, it is just a convention for forwarding requests to Python web applications.
More info here:
python.org/dev/peps/pep-0333/
link
More info here:
python.org/dev/peps/pep-0333/