In this lesson, we will use Express.js, a powerful web development framework for the Node.js (Node) platform. Express.js comes with the rest of the Node.js middleware modules and it can be used in order to develop any kind of web application, from simple to complex ones.
We will explore the various Express.js objects, the underlying concepts and we will also built a sample web application with NeDB as the backend.