Node.js and NPM Flashcards
Node.js is built on Google’s V8 JavaScript runtime. (T/F)
True
Which of the following is FALSE regarding why Node.js is so fast.
Node.js uses non-blocking I/O
Node.js is asynchronous
Node.js is written in RUST
Node.js uses a single threaded event loop
Node.js is written in RUST
In JavaScript a module is found in a single JS file, while a package is a collection of modules. (T/F)
True
Which of the following is the name of the file that is created when you install third-party libraries using Node Package Manager (NPM)?
package.json
composer.json
modules.json
librries.json
package.json
Which of the following packages is the name of the “fast unopinionated, minimalist” web framework we introduced in the slides and will use in Assignment 6?
Express
Swift
Dart
Bullet
Express