lepture / python-livereload

livereload server in python
https://livereload.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.02k stars 150 forks source link

Autoreload for Tornado Application #129

Open s-trooper opened 8 years ago

s-trooper commented 8 years ago

Hi, i would like to ask for an advice. I am developing a Tornado Application and i would like to have a server autoreload like for a WSGI Apps. One way is to use tornado.wsgi.WSGIAdapter but may be there better, faster, smarter way to get autoreload as the livereload use tornado itself?

lepture commented 8 years ago

PR is welcome