K

Koa

Next-generation Node.js web framework from the Express team — async/await middleware pipeline, minimal core.

JavaScript free Open Source web since 2013

Koa was built by the Express team to address its callback-based design — its async middleware cascade uses async/await natively and avoids callback hell. With no bundled routing or templates, Koa is a thin foundation that teams assemble with their own middleware stack.

// tags

backendnodejsapimiddlewareasyncminimal
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub