http.createServer([requestListener])
Returns a new instance of http.Server. 
The requestListener is a function which is automatically added to the 'request' event. 
http.createServer([requestListener])
Returns a new instance of http.Server. 
The requestListener is a function which is automatically added to the 'request' event. 
Please login to continue.