Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
5366 days ago
As far as I know, while a Tornado (framework) application can run in a WSGI server via
tornado.wsgi
, Tornado's evented server does
not
support mounting WSGI application.
thadeus_venture was specifically asking about WSGI.