koat

1.0.1 • Public • Published

koat

umm don't forget your coat?

koa app ready to rock.

includes

  • koa-logger
  • koa-bodyparser
  • koa-router which you can use with app.get('/', function *(next){})
  • smart response content types
  • debug statements with app.debug('💯')
  • static with app.static(root, opts)

usage

var app = require('koat')
app.get('/', function *() { this.body = "🎉🌮 taco party 🌮🎉"})
app.listen(3000);

Readme

Keywords

Package Sidebar

Install

npm i koat

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • pbrandt1