Express-intro Flashcards

1
Q

What is Express useful for?

A

intermediary in-between sever and client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you add express to your package dependencies?

A

npm install express

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What Express application method starts the server and binds it to a network PORT?

A

listen method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly