InterviewSolution
| 1. |
Why Koa? |
|
Answer» KOA has a small footprint(600 LoC) and is a very thin layer of abstraction over node to create server side APPS. It is fully pluggable and has a HUGE COMMUNITY. This also allows us to easily extend koa and use it according to our needs. It is built using the bleeging EDGE technology(ES6) which gives it an edge over older frameworks like express. Koa has a small footprint(600 LoC) and is a very thin layer of abstraction over node to create server side apps. It is fully pluggable and has a huge community. This also allows us to easily extend koa and use it according to our needs. It is built using the bleeging edge technology(ES6) which gives it an edge over older frameworks like express. |
|