Express is a framework and not a "module".
First we require() the express module and create an Express application
It might be worth clarifying (maybe in the Abstraction part) that Express is using all the same JavaScript that you would use, it's just hiding it inside nice functions. Perhaps even link to the souce code in Express where http is being imported.
It might be worth clarifying (maybe in the Abstraction part) that Express is using all the same JavaScript that you would use, it's just hiding it inside nice functions. Perhaps even link to the souce code in Express where
httpis being imported.