koa.md
July 15, 2021 · View on GitHub
Bookmarks tagged [koa]
www.codever.land/bookmarks/t/koa
koa/koa-vs-express.md at master · koajs/koa · GitHub
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...