What are the 3 components of a fullstack Web architecture?
What is Node.js?
Node.js is a program that allows JavaScript to be run outside of a web browser. It is commonly used to build backends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
What can Node.js be used for?
What is a REPL?
takes user input
When was Node.js created?