node-intro Flashcards
What is Node.js?
Node.js is a program that allows JavaScript to be run outside of a web browser.
Node.js is a set of libraries for JavaScript which allows it to be used outside of the browser. It is primarily focused on creating simple, easy-to-build network
clients and servers.
Execute node without arguments to start a REPL.
What can Node.js be used for?
It is commonly used to build back ends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
What is a REPL?
A read–eval–print loop (REPL) is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user;
When was Node.js created?
2009
What back end languages have you heard of?
Java, Python