코딩/Node.js

Koa 웹프레임워크

카슈밀 2021. 2. 14. 15:41
반응형

Express에서 문제가 되던 단점을 Express 개발자들이 이를 개선하여 새로 만든 프레임워크입니다.

Express가 프레임워크로 다양한 기능을 갖고 있는 반면에, Koa는 미들웨어만 내장으로 갖고 있어

내가 필요한 기능만 가져와 구축하여 만들면 되므로 훨씬 가볍다는 장점이 있습니다.

koajs.com/

 

Koa - next generation web framework for node.js

Introduction 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

koajs.com

 

솔직히 Exprss를 쓰던 Koa를 쓰던가 상관은 없습니다. 뭘해도 잘 굴러가면 되니까요.

하지만 용량을 타이트하게 써야하는 부분에서는 koa를 추천합니다.

728x90