MOMichael obasiincodewithmike.hashnode.dev·May 19, 2022 · 2 min readA really simple guide on how to run tornado on heroku [1]Recently, I've been experimenting with the Tornado web framework. Tornado is a python web application framework that is asynchronous in nature. It can handle massive simultaneous connections and really fast! So today, I introduce you to the Tornado f...00