K
Koa
Product
by Koa contributors / OpenJS community
Koa is a lightweight web framework for Node.js used to build web applications and APIs. It provides an asynchronous middleware architecture based on JavaScript generators historically and async functions in modern versions, giving developers a minimal foundation for request handling and application composition.

