If you’ve ever tried building a web server using only the built-in Node.js http module, you know it can get messy. Checking for URLs with if (req.url === '/home') and manually setting content types fo
mohd-sameer.hashnode.dev3 min read
No responses yet.