Creating Routes and Handling Requests with Express
In the previous article, you built a Node.js server using the built-in http module. It worked. But it wasn't pretty.
Every URL had to be handled with if/else. Every response header had to be set manua
kushagrablogs.hashnode.dev6 min read