K
Koa
Next-generation Node.js web framework from the Express team — async/await middleware pipeline, minimal core.
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