InterviewSolution
| 1. |
What Is Koa? |
|
Answer» KOA provides a minimal interface to us to build our applications. It is a very small framework(600 LoC) which provides us the required tools to build our app and is quite flexible, there are numerous modules available on npm for Koa, which can be directly plugged into it. Koa can be thought of as the core of express.js without all the BELLS and WHISTLES. Koa provides a minimal interface to us to build our applications. It is a very small framework(600 LoC) which provides us the required tools to build our app and is quite flexible, there are numerous modules available on npm for Koa, which can be directly plugged into it. Koa can be thought of as the core of express.js without all the bells and whistles. |
|