Node.js is an open-source and cross-platform JavaScript runtime environment
Node.js runs the V8 JavaScript engine, the core of Google Chrome, outside of the browser
This allows Node.js to be very performant
A Node.js app is run in a single process, without creating a new thread for every request