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

Add support for subdomains #15

Closed Martmists-GH closed 6 years ago

Fuyukai commented 7 years ago

This is somewhat supported in 2.0 due to usage of Werkzeug and configurable SERVER_NAME in the application initializer.

Fuyukai commented 7 years ago

Hosts are supported now - still need subdomains.