Node.js HTTP Module
Node.js has one built-in module i.e. Node.js HTTP Module. This module allows us to transfer data over Hyper-Text Transfer Protocol(HTTP). With this module, we can create a HTTP web-server which listens to some port, takes request, processes it & resp...
anuragtomar.hashnode.dev1 min read