I have a static website served up by nginx right now, and I want to develop an app with Tornado on the same server.
The Tornado documentation mentions that wsgi doesn’t support non-blocking requests.
Is there a way for me to get them to work together (on the same server)?
Sure you can. Take a look at the nginx.conf example on tornado’s homepage.
The relevant bits in your case would be: