I wish to be able to do the following:
mydomain.com/this/that
Should redirect differently to:
a.sub.domain.mydomain.com/this/that
I see Express has the following:
github.com/bmullan91/express-subdomain
Koa does have one:
github.com/demohi/koa-subdomain
As you can see it's pretty dead. Anyway to achieve this while using Koa?