Question from the Node.js - Fundamentals test

When creating an HTTP server with Node, we use the **createServer()** function. We can pass a function to **createServer()** that will react to incoming requests. What arguments does this function receive?

Medium

When creating an HTTP server with Node, we use the createServer() function. We can pass a function to createServer() that will react to incoming requests. What arguments does this function receive?

Author: EmericStatus: Published(Update)Question passed 69 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!