Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

Support for autoreload #25

Closed fidiego closed 6 years ago

fidiego commented 7 years ago

I looked around the codebase for a reference to relaod/autoreload and cound't find any. Does this project support autoreloading? Say like tornado?

Fuyukai commented 7 years ago

Not currently. This is actually something I'd like to impl in the future, but I have no idea how I'd do it with asyncio land.