Creating Routes and Handling Requests with Express
When people first build servers using Node.js, they usually start with the built-in http module.
It works, but very quickly the code becomes difficult to manage.
Example raw Node.js server:
const http
blog.dhiraj.dev5 min read