What are the 3 components of a fullstack Web architecture?
data tier, logic tier, presentation tier
What is Node.js?
a program that allows JavaScript to be run outside of a web browser.
What can Node.js be used for?
used to build backends for Web applications, command-line programs, or any kind of automation that developers wish to perform.
What is a REPL?
Read–eval–print loop
When was Node.js created?
May 27, 2009
What backend languages have you heard of?
Python and Java