Add content for HTTP module (#1873)

* Update 100-http-module.md

* Update content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1883/head
Joseph Olayanju 2 years ago committed by GitHub
parent 433058decd
commit e2729be35f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      content/roadmaps/107-nodejs/content/107-nodejs-apis/100-http-module.md

@ -1 +1,9 @@
# Http module # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.digitalocean.com/community/tutorials/how-to-create-a-web-server-in-node-js-with-the-http-module'>How To Create a Web Server in Node.js with the HTTP Modulet</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/node-js-http-module/'>Node.js Http Module</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nodejs.dev/en/learn/the-nodejs-http-module/'>The Node.js Http Module</BadgeLink>

Loading…
Cancel
Save