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?
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?