node.js Flashcards

1
Q

What is node.js

A

Node.js is a back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser.

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

What is the purpose of node?

A

To build scalable network applications.

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

What is express.js and how does it relate to node.js?

A

Express.js is a back end web application framework for Node.js. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js

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