InterviewSolution
Saved Bookmarks
| 1. |
Why we use express in node JS? |
|
Answer» ExpressJS is one prebuilt framework of NodeJS that can assist the users in building server-side web apps faster plus smarter. Simplicity, flexibility, minimalism, scalability are a few of its many CHARACTERISTICS and as it is BUILT inside NodeJS itself, Express inherited its execution as well. ExpressJS streamlined coding in Node JS to a great extent and provided programmers some extra features to increase their coding of the server-side. There is no DOUBT in the FACT that it is the most famous frameworks of all in today’s TIME. |
|