Express Basics — Part 1
In this tutorial, we’re going to build a very simple Express app in NodeJS. You will learn what you need to get started and how to serve some basic text.
Express is a web application framework designed for NodeJS apps. It is used for everything from serving…