Skip to content
Advertisement

Python-Tornado on Heroku

I am trying to deploy Tornado on Heroku. I am able to run a simple “hello world” app on using this method: http://kzk9.net/deploying-tornado-on-heroku-mac-os-x

But while trying Tornado demo-app “chatdemo”, the server is crashing with following logs:

JavaScript

Anybody has any idea whats wrong?

Advertisement

Answer

Check your procfile and requirements.txt. If anyone is looking, here is one working example of same official chat demo deployed on Heroku

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement