Day 6: NodeJS - Working with Server and Express.js
The server is what we will serve to the client. As a client, the content on the server is requested and thus it is served at a specific address. For starters, let's directly jump in and try to serve a simple web page using a server. To serve a webpag...
saketsk.hashnode.dev7 min read