diff --git a/content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md b/content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md
index 7e4d4fec0..cf0609163 100644
--- a/content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md
+++ b/content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md
@@ -1 +1,9 @@
-# Http module
\ No newline at end of file
+# Http module
+
+To make HTTP requests in Node.js, there is a built-in module HTTP in Node.js to transfer data over the HTTP. To use the HTTP server in node, we need to require the HTTP module using `require()` method. The HTTP module creates an HTTP server that listens to server ports and gives a response back to the client.
+
+Free Content
+
+How To Create a Web Server in Node.js with the HTTP Modulet
+Node.js Http Module
+The Node.js Http Module