Coderockr / backstage

Coderockr's recommended tools and components for development
8 stars 1 forks source link

Koa - web framework for node.js #133

Open lucassabreu opened 3 years ago

lucassabreu commented 3 years ago

https://koajs.com/


Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error-handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable.