Basic HTTP Server Using NodeJS From Scratch
No. of Pic = 1 No. of Links = 1+1=2 Credits: >Sachin Sarawgi In this blog, we will see how to create an HTTP Server to handle GET, POST, PUT, DELETE request method type from scratch. We need to have Node.js installed in our machine for the code to work. We will be using ‘ http ’ module provided out of the box to get the request and response object. We will not u...