Select from following answers:- Unopinionated web development framework
- Minimalist web development framework
- Works in collaboration with NodeJS to expose Web API's
- Can be installed through Node Package Manager
- All Above
ExpressJS is a fast, unopinionated, minimalist web framework for NodeJS. It works with NodeJS to expose Web API's that can be consumed by other Frontend Applications.It can installed by using the below command line
npm install express
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator