How to build web server in Node.js? Node.js HTTP module
Introduction: When you view a website in your browser, you are making a request to another computer on the internet, which then provides you a webpage as a response. That computer which is serving your requests is a Web Server. A web server receives HTTP requests from a client and provides an HTTP response. Building