Node.js – Lesson 3: Start server at port, use Express and Config

In our first app we will use Express framework. Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. To install express use command:

npm install express