Bookmarks tagged [koa]
https://github.com/koajs/koa/blob/master/docs/koa-vs-express.md
Philosophically, Koa aims to "fix and replace node", whereas Express "augments node". Koa uses promises and async functions to rid apps of callback hell and simplify error handling. It exposes its...