CMSC 100 Chapter 9 - NodeJS

CMSC 100 Chapter 9 - NodeJS

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

package.json attributes

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (15)

Section 1

(15 cards)

package.json attributes

Front

- name - version - description - homepage - author - contributors - dependencies - repository - main - keywords

Back

Print

Front

Prints the result of the evaluated data structure

Back

NodeJS

Front

Uses an event-driven, non-blocking IO Model

Back

npm

Front

used for installation of NodeJS, version management, and dependency management

Back

Read

Front

Reads user input, parses into JavaScript structure, stores in memory

Back

Node REPL

Front

a shell-like environment where commands can be entered and the system responds interactively

Back

version

Front

version number of package

Back

Read, Evaluate, Print, Loop

Front

REPL

Back

Evaluate

Front

Evaluates the data structure

Back

dependencies

Front

list of package dependencies

Back

callbacks

Front

only executed once the data has finished loading

Back

package.json

Front

define the properties of a Node app

Back

Loop

Front

loops the REP cycle until the user exits

Back

name

Front

name of package

Back

NodeJS

Front

Runtime environment for JavaScript Uses GoogleV8 JS Engine

Back