Created Node.JS/NPM Flashcards
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. (T/F)
True
Node.js’ package ecosystem, npm, is the largest ecosystem of open-source libraries in the world. (T/F)
True
What is Node so face?
Asynchronous and doesn’t block.
JavaScript Features
Front End and back end share?
Language and Code
JavaScript Features is a dynamic language and works well with JSON. (T/F)
True
What is NPM?
Node Package Manger
Gulp does not help automate repetitive tasks. (T/F)
False
What the difference between installing packages locally and globally?
Globally installation requires if the library has a command-line interface. Locally only needed in the current project and acts like the module.
When you install a package, NPM will install all the dependencies listed in package.json if they are not already installed. (T/F)
True
What two areas does heavy I/O take place?
Network and Disk Access
What an essential supporting structure that allows you to build on top of it?
Framework
What service that allows you to get and save data to a server or back end? It also creates users, shows a list of user.
Web API