koa-mount-hostname
Mount other Koa applications as middleware on a specific hostname (subdomain).
Installation
$ npm install koa-mount-hostname
Example
const mountHostname = ;const koa = ; // hello const a = ; a; // world const b = ; b; // app const app = ; app;app; app;
License
MIT