/MTWService

Minimal Tornado Web Service

Primary LanguagePython

MTWService

Minimal Tornado Web Service

MTWService is a boilerplate project demonstrating how to implement a Windows Service using Python and pywin32. mtwserver.py implements a Tornado based web server, and mtwservice.py implements a Windows Service that starts and stops the web server.