Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryantmulligan
6964 days ago
what's WSGI?
2 comments
Keios
6963 days ago
Check this video from the maker of Pylons to get a good overview of WSGI -
http://video.google.com/videoplay?docid=-872784530622495809
link
inklesspen
6964 days ago
Web Server Gateway Interface; a standard for python webapps. check out
http://wsgi.org/
for more info.
link