Setting up an HTTP Server and handling Requests and Responses using Node JS
When interacting on the web, most times we find ourselves requesting some form of information embedded in a web page. That webpage is stored in a web server and we get access to it using by making HTTP request using some form of endpoint which then s...
cosmosduck.hashnode.dev6 min read