http ↔ Node API to create server with HTTPNetwork Protocol
var http = require("http")
createServer()
http Static Method to create new HTTP Server
request()
http Static Method to make a HTTP Request
References
createServer()↔httpStatic Method to create new HTTP Serverrequest()↔httpStatic Method to make a HTTP Request