Express-intro Flashcards
1
Q
What is Express useful for?
A
intermediary in-between sever and client
2
Q
How does Express fit into a full-stack web application?
A
Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
3
Q
How do you add express to your package dependencies?
A
npm install express
4
Q
What Express application method starts the server and binds it to a network PORT?
A
listen method