Creating Routes and Handling Requests with Express
You wanted to build a simple API. So you opened the Node.js docs, wrote an http.createServer(), started checking req.url and req.method inside one giant if/else chain, and somewhere around the third r
blog.sagarkemble.dev6 min read