In this video, we will learn how to create a simple Node.js web server and handle HTTP requests.

To access web pages of any web application, you need a web server. The web server will handle all the HTTP requests for the web application e.g IIS is a web server for ASP.NET web applications and Apache is a web server for PHP or Java web applications.

Node.js provides capabilities to create your own web server which will handle HTTP requests asynchronously. You can use IIS or Apache to run Node.js web application but it is recommended to use Node.js web server.

Subscribe : https://www.youtube.com/channel/UCwfaAHy4zQUb2APNOGXUCCA

#node #nodej #javascript

Creating Our Own Web Server in Node.JS | HTTP Module in Node JS
3.25 GEEK