What is Node.js?
JavaScript runtime environment that executes JavaScript code outside of a web browser.
What can Node.js be used for?
It is used for server-side programming, and primarily deployed for non-blocking, event-driven servers, such as traditional web sites and back-end API services,
What is a REPL?
A Read-Eval-Print Loop, or REPL, is a computer environment where user inputs are read and evaluated, and then the results are returned to the user.
When was Node.js created?
may 27 2009
What back end languages have you heard of?
PHP, Ruby on Rails