4.0.0 • Published 8 years ago

auk v4.0.0

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

auk

Framework based on koa 2. Auk requires node v5 or higher

import Auk from 'auk';

const app = new Auk(__dirname);
app.servePublic();
app.catchErrors();
app.useRouter();
app.listen();