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.
2
Q
What is the purpose of node?
A
To build scalable network applications.
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